Always use local zlib.h

This commit is contained in:
caheckman 2024-03-13 16:08:08 +00:00
parent 362f571b19
commit fee5d0e13c

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