remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR']
[ardour.git] / libs / evoral / wscript
index cdfa0573555987bd0e7c6ddb37afdbfaa215cb32..a4aea3a3a269f137dd16c089b25460532eb8497d 100644 (file)
@@ -73,7 +73,7 @@ def build(bld):
     libsmf.uselib       = 'GLIB'
     libsmf.cxxflags     = [ '-fPIC' ]
     libsmf.cflags       = [ '-fPIC' ]
-    libsmf.install_path = os.path.join(bld.env['LIBDIR'])
+    libsmf.install_path = bld.env['LIBDIR']
 
     lib_source = '''
             src/Control.cpp