From 35df1cfabffdf10aafb9a80fc2ba3227f490927d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 20 May 2011 14:31:39 +0000 Subject: catchup tweak for the waf 1.6 changes git-svn-id: svn://localhost/ardour2/branches/3.0@9561 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/ardour/wscript b/libs/ardour/wscript index b4d4d96f62..f8e5314f7b 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -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' ] -- cgit v1.2.3