second part of (previously applied) change to be able to use -fms-extensions with C compiler
This commit is contained in:
parent
19d21045af
commit
c90fef1b4c
@ -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"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user