mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue