mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
fix win-x86-vst support in build by using CFLAGS and CXXFLAGS not CPPPATH
git-svn-id: svn://localhost/ardour2/branches/3.0@10645 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6e1aa92eb8
commit
a5015ec50c
1 changed files with 2 additions and 1 deletions
3
wscript
3
wscript
|
|
@ -558,7 +558,8 @@ def configure(conf):
|
|||
if opts.vst:
|
||||
conf.define('VST_SUPPORT', 1)
|
||||
conf.env['VST_SUPPORT'] = True
|
||||
conf.env.append_value('CPPPATH', Options.options.wine_include)
|
||||
conf.env.append_value('CFLAGS', Options.options.wine_include)
|
||||
conf.env.append_value('CXXFLAGS', Options.options.wine_include)
|
||||
autowaf.check_header(conf, 'cxx', 'windows.h', mandatory = True)
|
||||
if opts.lxvst:
|
||||
conf.define('LXVST_SUPPORT', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue