diff options
author | David Robillard <d@drobilla.net> | 2011-09-29 01:16:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-09-29 01:16:47 +0000 |
commit | ab0187d9658afa85a8364f556d3259e73f76307d (patch) | |
tree | 9f03fec35e62318d0de3090200291880e87d3601 /wscript | |
parent | c8e9bd0923f624945dd69e2af8b8a05c5a09d29c (diff) | |
download | serd-ab0187d9658afa85a8364f556d3259e73f76307d.tar.gz serd-ab0187d9658afa85a8364f556d3259e73f76307d.tar.bz2 serd-ab0187d9658afa85a8364f556d3259e73f76307d.zip |
Fix static library install path
git-svn-id: http://svn.drobilla.net/serd/trunk@219 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']: |