coreaudio aggregate device fix for 10.5

This commit is contained in:
Robin Gareus
2015-07-24 01:33:49 +02:00
parent 52ef02b387
commit 64baed2b97
2 changed files with 10 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ def build(bld):
obj.target = 'coreaudio_backend'
obj.use = 'libardour libpbd'
obj.framework = [ 'CoreAudio', 'AudioToolbox', 'CoreServices' ]
if bld.env['build_target'] not in [ 'lion' ]:
if bld.env['build_target'] not in [ 'lion' ] and (not bld.env['build_arch'] == "ppc"):
obj.framework += [ 'CoreMidi' ]
else:
obj.framework += [ 'CoreMIDI' ]