mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Speculative fix for VST link error.
git-svn-id: svn://localhost/ardour2/branches/3.0@7499 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
035de2a367
commit
5219cb7cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ def build(bld):
|
|||
'''
|
||||
obj.includes = '../libs/fst'
|
||||
obj.target = 'ardour-3.0-vst'
|
||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
|
||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
|
||||
obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
|
||||
obj.uselib = 'ALSA'
|
||||
obj.uselib_local = '''libpbd libmidipp libtaglib libardour libardour_cp libgtkmm2ext libtaglib gtk2_ardour'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue