aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 24a0230a..a1315753 100644
--- a/wscript
+++ b/wscript
@@ -105,7 +105,7 @@ def build(bld):
name = 'libserd_static',
target = 'serd-%s' % SERD_MAJOR_VERSION,
vnum = SERD_LIB_VERSION,
- install_path = ',{LIBDIR}',
+ install_path = '${LIBDIR}',
cflags = [ '-DSERD_INTERNAL' ])
if bld.env['BUILD_TESTS']: