Fix some capitalisation in the preferences dialog.
[ardour.git] / libs / backends / wscript
index b8779b7713ac4d39743beb6f491eabfed411efdd..f27071127aa63db783925054f70f5c07d8da5567 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 from waflib.extras import autowaf as autowaf
 import os
+import sys
 
 # Mandatory variables
 top = '.'
@@ -8,6 +9,9 @@ out = 'build'
 
 backends = [ 'jack' ]
 
+if sys.platform == 'darwin':
+    backends += ['wavesaudio' ]
+
 def options(opt):
     autowaf.set_options(opt)