Fix wine-VST build

This commit is contained in:
Robin Gareus 2020-03-18 19:57:59 +01:00
parent a44fecb740
commit e8776d39fe
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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