mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
attemtped fix for winVST build
git-svn-id: svn://localhost/ardour2/branches/3.0@11512 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8c5b4ba062
commit
66a287b2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ def build(bld):
|
||||||
../vst/winmain.c
|
../vst/winmain.c
|
||||||
'''
|
'''
|
||||||
obj.includes = '../libs/fst'
|
obj.includes = '../libs/fst'
|
||||||
obj.target = 'ardour-3.0-vst'
|
obj.target = 'ardour-3.0-vst.exe'
|
||||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
|
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
|
||||||
obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
|
obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
|
||||||
obj.uselib = 'ALSA'
|
obj.uselib = 'ALSA'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue