mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more changes to wscript files to catch up with waf 1.6 and fix OS X issues
git-svn-id: svn://localhost/ardour2/branches/3.0@10176 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
050d3ab45e
commit
a6d7098797
10 changed files with 40 additions and 35 deletions
|
|
@ -11,7 +11,7 @@ def configure(conf):
|
|||
def build(bld):
|
||||
|
||||
subst_dict = {}
|
||||
if bld.env['COREAUDIO']:
|
||||
if bld.is_defined('COREAUDIO'):
|
||||
subst_dict['%JACK_INPUT%'] = 'coreaudio:Built-in Audio:in'
|
||||
subst_dict['%JACK_OUTPUT%'] = 'coreaudio:Built-in Audio:out'
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue