mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix macOS build.
This commit is contained in:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user