summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/push2/wscript')
-rw-r--r--libs/surfaces/push2/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/push2/wscript b/libs/surfaces/push2/wscript
index a025e12d59..b595b1702b 100644
--- a/libs/surfaces/push2/wscript
+++ b/libs/surfaces/push2/wscript
@@ -42,7 +42,7 @@ def build(bld):
obj.includes = ['.', './push2']
obj.name = 'libardour_push2'
obj.target = 'ardour_push2'
- obj.uselib = 'CAIROMM PANGOMM USB GTKMM SIGCPP XML'
+ obj.uselib = 'CAIROMM PANGOMM USB GTKMM SIGCPP XML OSX'
obj.use = 'libardour libardour_cp libgtkmm2ext libpbd libevoral libcanvas libtemporal'
obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces')