Allow to keep environment C/XXFLAGS with debug builds
[ardour.git] / tools / sanity_check / wscript
index 7fa7045ceebdac838e0da97ea51835638291d174..000753e18bfdac5a32ee16dd39e1e51f291c9e7f 100644 (file)
@@ -20,4 +20,4 @@ def build(bld):
     obj.source = [ 'main.cpp', 'systemtest.cpp' ]
     obj.target = 'sanityCheck'
     obj.name = 'sanityCheck'
-    obj.install_path = os.path.join(bld.env['LIBDIR'])
+    obj.install_path = bld.env['LIBDIR']