d is the debug suffix for zlib built from source

This commit is contained in:
2024-10-30 14:01:35 -05:00
parent 7c8b0e850e
commit 846e9a9f54

View File

@@ -344,7 +344,7 @@ if not env.GetOption('clean'):
suffixes = ['-mt', f'-mt-x{env["bits"]}']
zlib = 'zlib' if (platform == "win32" and 'mingw' not in env["TOOLS"]) else 'z'
check_lib(zlib, 'zlib', [], [])
check_lib(zlib, 'zlib', ['d'], [])
check_header('boost/lexical_cast.hpp', 'Boost.LexicalCast')
check_header('boost/optional.hpp', 'Boost.Optional')