Fix macOS build.

This commit is contained in:
Martín Lucas Golini
2025-08-27 00:35:39 -03:00
parent 4a94c4aff2
commit a703b09cc1
3 changed files with 3 additions and 1 deletions

View File

@@ -1105,6 +1105,7 @@ solution "eepp"
project "zlib-static"
kind "StaticLib"
language "C"
defines { "_LARGEFILE64_SOURCE" }
set_targetdir("libs/" .. os.get_real() .. "/thirdparty/")
files { "src/thirdparty/zlib/*.c" }
build_base_configuration( "zlib" )