mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue