attempt to fix build with --windows-vst due to a bad merge of the external libs changes
This commit is contained in:
parent
0acafa4d3d
commit
9f17579d71
@ -380,14 +380,13 @@ def build(bld):
|
||||
'''
|
||||
obj.use = [ 'libpbd',
|
||||
'libmidipp',
|
||||
'libtaglib',
|
||||
'libardour',
|
||||
'libardour_cp',
|
||||
'libtimecode',
|
||||
'libmidipp',
|
||||
'libgtk2_ardour',
|
||||
'libgtkmm2ext',
|
||||
'libtaglib']
|
||||
]
|
||||
obj.target = 'ardour-' + bld.env['VERSION'] + '-vst.exe.so'
|
||||
obj.includes = [ '../libs/fst', '.' ]
|
||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
|
||||
|
Loading…
Reference in New Issue
Block a user