mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +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',
|
obj.use = [ 'libpbd',
|
||||||
'libmidipp',
|
'libmidipp',
|
||||||
'libtaglib',
|
|
||||||
'libardour',
|
'libardour',
|
||||||
'libardour_cp',
|
'libardour_cp',
|
||||||
'libtimecode',
|
'libtimecode',
|
||||||
'libmidipp',
|
'libmidipp',
|
||||||
'libgtk2_ardour',
|
'libgtk2_ardour',
|
||||||
'libgtkmm2ext',
|
'libgtkmm2ext',
|
||||||
'libtaglib']
|
]
|
||||||
obj.target = 'ardour-' + bld.env['VERSION'] + '-vst.exe.so'
|
obj.target = 'ardour-' + bld.env['VERSION'] + '-vst.exe.so'
|
||||||
obj.includes = [ '../libs/fst', '.' ]
|
obj.includes = [ '../libs/fst', '.' ]
|
||||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
|
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue