Fix compilation on MinGW32 scons. The compiled library there is already static, revert renaming of linked library

This commit is contained in:
Antony Riakiotakis 2013-06-03 06:40:25 +00:00
parent 790e9d9fa0
commit 29871b29b5

@ -78,7 +78,7 @@ BF_TIFF_LIBPATH = '${BF_TIFF}/lib'
WITH_BF_ZLIB = True
BF_ZLIB = LIBDIR + '/zlib'
BF_ZLIB_INC = '${BF_ZLIB}/include'
BF_ZLIB_LIB = 'libz_st'
BF_ZLIB_LIB = 'z'
BF_ZLIB_LIBPATH = '${BF_ZLIB}/lib'
WITH_BF_INTERNATIONAL = True