Skip to content

Commit

Permalink
d is the debug suffix for zlib built from source
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Nov 1, 2024
1 parent f19bc3c commit 787b613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,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')
Expand Down

0 comments on commit 787b613

Please sign in to comment.