second part of (previously applied) change to be able to use -fms-extensions with...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Apr 2014 17:48:25 +0000 (13:48 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Apr 2014 17:48:25 +0000 (13:48 -0400)
libs/backends/wavesaudio/wscript

index 37d29ac59d851ed439cb356277f188564aca758a..bb7e4de17b94e6e28e7f1cd1de71b14ea10029fb 100755 (executable)
@@ -27,7 +27,7 @@ def configure(conf):
 def build(bld):
     
     if bld.env['build_target'] == 'mingw':
-       obj = bld(features = 'cxx cxxshlib')
+       obj = bld(features = 'c cxx cxxshlib')
     else:
        obj = bld(features = 'cxx cxxshlib', framework = ["CoreMidi"])