waf build works on OS X ; new bindings file and processing system in place for mnemon...
[ardour.git] / libs / surfaces / osc / wscript
index d254d0031335bcf5d5062aac1310bd0e665f2394..4e1e87d7f5d492aa07644ad33815a87feebbcee6 100644 (file)
@@ -17,7 +17,12 @@ def set_options(opt):
 
 def configure(conf):
        autowaf.configure(conf)
-       autowaf.check_pkg(conf, 'liblo', uselib_store='LO')
+       autowaf.check_pkg(conf, 'liblo', uselib_store='LO', linkflags='-llo')
+       conf.env.append_value('LINKFLAGS_LO', '-llo')
+       #
+       #       TODO: Again this append_value shouldn't be necessary really
+       #       but for some reason the link flag is not being added otherwise.
+       #
 
 def build(bld):
        obj = bld.new_task_gen('cxx', 'shlib')