summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/os-auto.mak.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/build/os-auto.mak.in b/third_party/build/os-auto.mak.in
index cb6499e2..b61a4631 100644
--- a/third_party/build/os-auto.mak.in
+++ b/third_party/build/os-auto.mak.in
@@ -15,7 +15,10 @@ ifneq (@ac_no_g7221_codec@,1)
DIRS += g7221
endif
+ifeq (x@ac_pa_path@,x)
+# Only if we're using our own PA in third_party
ifneq ($(findstring pa,@ac_pjmedia_snd@),)
DIRS += portaudio
endif
+endif