mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +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" )
|
||||
|
||||
@@ -977,6 +977,7 @@ workspace "eepp"
|
||||
project "zlib-static"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
defines { "_LARGEFILE64_SOURCE" }
|
||||
files { "src/thirdparty/zlib/*.c" }
|
||||
build_base_configuration( "zlib" )
|
||||
target_dir_thirdparty()
|
||||
|
||||
2
src/thirdparty/libpng/pngpriv.h
vendored
2
src/thirdparty/libpng/pngpriv.h
vendored
@@ -524,7 +524,7 @@
|
||||
* <fp.h> if possible.
|
||||
*/
|
||||
# if !defined(__MATH_H__) && !defined(__MATH_H) && !defined(__cmath__)
|
||||
# include <fp.h>
|
||||
# include <math.h>
|
||||
# endif
|
||||
# else
|
||||
# include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user