summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wscript b/templates/wscript
index 3deb74c8d7..7d01a73bb8 100644
--- a/templates/wscript
+++ b/templates/wscript
@@ -11,7 +11,7 @@ def configure(conf):
def build(bld):
subst_dict = {}
- if bld.is_defined('COREAUDIO'):
+ if bld.is_defined('COREAUDIO_SUPPORT'):
subst_dict['%JACK_INPUT%'] = 'coreaudio:Built-in Audio:in'
subst_dict['%JACK_OUTPUT%'] = 'coreaudio:Built-in Audio:out'
else: