diff options
author | David Robillard <d@drobilla.net> | 2012-09-10 16:31:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-10 16:31:05 +0000 |
commit | 5e444484ad9d193f49db20297804d25f5d3f1c43 (patch) | |
tree | f4a51b72df2d6e14fdb65021d4162444db58c4ee | |
parent | 5fa6979ae917474d8596e9a9526a9bfc6617341c (diff) | |
download | serd-5e444484ad9d193f49db20297804d25f5d3f1c43.tar.gz serd-5e444484ad9d193f49db20297804d25f5d3f1c43.tar.bz2 serd-5e444484ad9d193f49db20297804d25f5d3f1c43.zip |
Build correct debug library names on MSVC.
git-svn-id: http://svn.drobilla.net/serd/trunk@391 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ lib_source = [ import sys from waflib.TaskGen import feature, before @feature('c') -@before('process_source', 'apply_link') +@before('apply_link') def version_lib(self): if sys.platform == 'win32': self.vnum = None |