-d suffix for sfml debug builds

This commit is contained in:
2024-08-08 15:49:18 -05:00
parent 618439492c
commit 04a86e1be9

View File

@@ -341,7 +341,7 @@ if not env.GetOption('clean'):
Exit(1)
boost_versions = ['-1_84'] # This is a bit of a hack. :(
suffixes = ['-mt', f'-mt-x{env["bits"]}']
suffixes = ['-mt', f'-mt-x{env["bits"]}', '-d']
zlib = 'zlib' if (platform == "win32" and 'mingw' not in env["TOOLS"]) else 'z'
check_lib(zlib, 'zlib', [], [])