mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
fix: linux gcc 14 build
This commit is contained in:
6
thirdparty/zlib.lua
vendored
6
thirdparty/zlib.lua
vendored
@ -43,6 +43,12 @@ function zlib:project()
|
||||
"_CRT_SECURE_NO_WARNINGS",
|
||||
"_CRT_NONSTDC_NO_DEPRECATE"
|
||||
}
|
||||
|
||||
filter "system:linux"
|
||||
defines {
|
||||
"Z_HAVE_UNISTD_H"
|
||||
}
|
||||
filter {}
|
||||
|
||||
self:include(includes)
|
||||
|
||||
|
Reference in New Issue
Block a user