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:
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user