summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-21 02:17:35 +0200
committerRobin Gareus <robin@gareus.org>2014-05-21 02:17:35 +0200
commit9d6cfd67c3ac606d7ba13b6e9502dae022c25f60 (patch)
tree240e21d7e93eaed578bab67d118987dfdca83017
parent4a1cc44cc6f3670894f4b6bda6d776d6d17ff9cb (diff)
CoreMidi is also needed on OSX.6
-rwxr-xr-xlibs/backends/wavesaudio/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/wavesaudio/wscript b/libs/backends/wavesaudio/wscript
index 78bbb87fcc..d2b0150cd3 100755
--- a/libs/backends/wavesaudio/wscript
+++ b/libs/backends/wavesaudio/wscript
@@ -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 = [