Not quite :) Waf obj.defines has no -D (compiler portable...).

git-svn-id: svn://localhost/ardour2/branches/3.0@9562 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2011-05-20 16:06:26 +00:00
parent 35df1cfabf
commit 2e24dd45c3

View File

@@ -394,7 +394,7 @@ def build(bld):
if bld.env['VST_SUPPORT']:
obj.source += [ 'vst_plugin.cc', 'session_vst.cc' ]
obj.includes += [ '../fst' ]
obj.defines += [ '-DVST_SUPPORT' ]
obj.defines += [ 'VST_SUPPORT' ]
if bld.env['COREAUDIO']:
obj.source += [ 'coreaudiosource.cc', 'caimportable.cc' ]