catchup tweak for the waf 1.6 changes
git-svn-id: svn://localhost/ardour2/branches/3.0@9561 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8d0ba52547
commit
35df1cfabf
@ -394,7 +394,7 @@ def build(bld):
|
||||
if bld.env['VST_SUPPORT']:
|
||||
obj.source += [ 'vst_plugin.cc', 'session_vst.cc' ]
|
||||
obj.includes += [ '../fst' ]
|
||||
obj.cxxflags += [ '-DVST_SUPPORT' ]
|
||||
obj.defines += [ '-DVST_SUPPORT' ]
|
||||
|
||||
if bld.env['COREAUDIO']:
|
||||
obj.source += [ 'coreaudiosource.cc', 'caimportable.cc' ]
|
||||
|
Loading…
Reference in New Issue
Block a user