mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
use ldflags for wine linking
fixes issue with eg. wine-unstable: --also-libdir=/usr/lib/i386-linux-gnu/wine-unstable/
This commit is contained in:
parent
8bd53e2edb
commit
f3604814a4
2 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ def build(bld):
|
|||
'vstwin.c',
|
||||
)
|
||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
|
||||
obj.linkflags += bld.env['LDFLAGS']
|
||||
obj.target = 'ardour-vst-scanner.exe.so'
|
||||
obj.uselib = ['GIOMM', 'DL']
|
||||
obj.use = [ 'libpbd' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue