diff options
author | David Robillard <d@drobilla.net> | 2012-08-08 18:15:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-08 18:15:29 +0000 |
commit | 318572eb82ca365c3dc5154bf9b1c53723b126a8 (patch) | |
tree | 8b847682b85215224db41b399cbec4b2f83029e6 /wscript | |
parent | b61fead43d08c3677a091cfed2a68820fa84faf8 (diff) | |
download | serd-318572eb82ca365c3dc5154bf9b1c53723b126a8.tar.gz serd-318572eb82ca365c3dc5154bf9b1c53723b126a8.tar.bz2 serd-318572eb82ca365c3dc5154bf9b1c53723b126a8.zip |
Fix static build on Windows.
git-svn-id: http://svn.drobilla.net/serd/trunk@368 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ def build(bld): target = 'serdi', includes = ['.', './src'], use = 'libserd', - lib = ['m'], + lib = libs, install_path = '${BINDIR}') if not bld.env['BUILD_SHARED'] or bld.env['STATIC_PROGS']: prog.use = 'libserd_static' |