13
0

amend prev commit.

This commit is contained in:
Robin Gareus 2015-10-18 14:31:04 +02:00
parent 17b18a593e
commit 601d51ce71

View File

@ -480,7 +480,7 @@ def build(bld):
obj.use += 'libptformat'
if bld.env['build_target'] == 'mingw':
obj.linkflags += ['-mwindows']
obj.linkflags += ' -mwindows'
if bld.is_defined('HAVE_SUIL'):
obj.source += [ 'lv2_plugin_ui.cc' ]