another attempt to fix win/86 VST builds
git-svn-id: svn://localhost/ardour2/branches/3.0@10658 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
79ed821edb
commit
597a656418
4
wscript
4
wscript
@ -558,8 +558,8 @@ def configure(conf):
|
||||
if opts.vst:
|
||||
conf.define('VST_SUPPORT', 1)
|
||||
conf.env['VST_SUPPORT'] = True
|
||||
conf.env.append_value('CFLAGS', Options.options.wine_include)
|
||||
conf.env.append_value('CXXFLAGS', Options.options.wine_include)
|
||||
conf.env.append_value('CFLAGS', '-I' + Options.options.wine_include)
|
||||
conf.env.append_value('CXXFLAGS', '-I' + Options.options.wine_include)
|
||||
autowaf.check_header(conf, 'cxx', 'windows.h', mandatory = True)
|
||||
if opts.lxvst:
|
||||
conf.define('LXVST_SUPPORT', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user