2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-25 05:41:53 +00:00

fix: linux gcc 14 build

This commit is contained in:
Jan
2024-08-13 00:01:00 +02:00
parent fc5853eaa4
commit af01bac183
2 changed files with 7 additions and 0 deletions

6
thirdparty/zlib.lua vendored
View File

@ -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)