more previously applied changes required to build Waves audio/midi backend
This commit is contained in:
parent
c90fef1b4c
commit
ca08e4c7c7
@ -27,9 +27,12 @@ def configure(conf):
|
|||||||
def build(bld):
|
def build(bld):
|
||||||
|
|
||||||
if bld.env['build_target'] == 'mingw':
|
if bld.env['build_target'] == 'mingw':
|
||||||
obj = bld(features = 'c cxx cxxshlib')
|
obj = bld(features = 'cxx cxxshlib')
|
||||||
else:
|
else:
|
||||||
obj = bld(features = 'cxx cxxshlib', framework = ["CoreMidi"])
|
obj = bld(features = 'c cxx cxxshlib')
|
||||||
|
|
||||||
|
if bld.env['build_target'] == 'mountain_lion':
|
||||||
|
obj.framework = 'CoreMidi'
|
||||||
|
|
||||||
obj.source = [
|
obj.source = [
|
||||||
'waves_audiobackend.cc',
|
'waves_audiobackend.cc',
|
||||||
|
Loading…
Reference in New Issue
Block a user