Merge remote-tracking branch 'origin/GP-0_LocalZlib'

This commit is contained in:
Ryan Kurtz 2024-03-13 12:33:05 -04:00
commit 0b96f441db

View file

@ -205,9 +205,7 @@ model {
if (b.toolChain in Gcc || b.toolChain in Clang) {
b.linker.args "-lz"
}
else {
b.cppCompiler.define "LOCAL_ZLIB"
}
b.cppCompiler.define "LOCAL_ZLIB"
}
} // end binaries.all (sleigh)
} // end sleigh