mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Fix wine-VST build
This commit is contained in:
parent
a44fecb740
commit
e8776d39fe
1 changed files with 1 additions and 0 deletions
|
|
@ -591,6 +591,7 @@ def build(bld):
|
|||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
|
||||
obj.linkflags += bld.env['LDFLAGS']
|
||||
obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
|
||||
obj.uselib = 'GLIB'
|
||||
obj.install_path = bld.env['DLLDIR']
|
||||
# end of the wine executable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue