13
0

second part of (previously applied) change to be able to use -fms-extensions with C compiler

This commit is contained in:
Paul Davis 2014-04-30 13:48:25 -04:00
parent 19d21045af
commit c90fef1b4c

View File

@ -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"])