amend prev commit.
authorRobin Gareus <robin@gareus.org>
Sun, 18 Oct 2015 12:31:04 +0000 (14:31 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 18 Oct 2015 12:31:04 +0000 (14:31 +0200)
gtk2_ardour/wscript

index 7f03bff0676500e6e0600926dcb6ada34e64decd..d5ef75c584068f18938b2c9bb97391293e292769 100644 (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' ]