summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript
index d7f4eda0d1..2fe2739741 100644
--- a/libs/audiographer/wscript
+++ b/libs/audiographer/wscript
@@ -82,7 +82,7 @@ def build(bld):
audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE'
audiographer.use = 'libpbd'
audiographer.vnum = AUDIOGRAPHER_LIB_VERSION
- audiographer.install_path = os.path.join(bld.env['LIBDIR'])
+ audiographer.install_path = bld.env['LIBDIR']
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):