From ab0187d9658afa85a8364f556d3259e73f76307d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 01:16:47 +0000 Subject: Fix static library install path git-svn-id: http://svn.drobilla.net/serd/trunk@219 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']: -- cgit v1.2.1