CoreMidi is also needed on OSX.6
authorRobin Gareus <robin@gareus.org>
Wed, 21 May 2014 00:17:35 +0000 (02:17 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 21 May 2014 00:17:35 +0000 (02:17 +0200)
libs/backends/wavesaudio/wscript

index 78bbb87fccb260d8a2fac0bf9617d4244101ae24..d2b0150cd35c2760f7d4591197fc3cd6f90532c7 100755 (executable)
@@ -31,7 +31,7 @@ def build(bld):
     else:
        obj = bld(features = 'c cxx cxxshlib')
 
-    if bld.env['build_target'] == 'mountain_lion':
+               if bld.env['build_target'] == 'mountain_lion' or bld.env['build_target'] == 'snowleopard':
          obj.framework = 'CoreMidi'
        
     obj.source = [