From 787b613c07f15fb23c9876eb2c8cfd20c69ffc4c Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 30 Oct 2024 14:01:35 -0500 Subject: [PATCH] d is the debug suffix for zlib built from source --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 95fe241c..fcae7bd6 100644 --- a/SConstruct +++ b/SConstruct @@ -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')