mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
Build fix.
This commit is contained in:
@@ -516,7 +516,7 @@ function build_eepp( build_name )
|
||||
files { "src/eepp/system/platform/posix/*.cpp" }
|
||||
files { "src/eepp/network/platform/unix/*.cpp" }
|
||||
|
||||
filter "with-mojoal"
|
||||
filter "options:with-mojoal"
|
||||
defines( "AL_LIBTYPE_STATIC" )
|
||||
incdirs { "src/thirdparty/mojoAL" }
|
||||
|
||||
@@ -540,6 +540,9 @@ workspace "eepp"
|
||||
location("./make/" .. os.target() .. "/")
|
||||
objdir("obj/" .. os.target() .. "/")
|
||||
|
||||
filter "system:macosx"
|
||||
defines { "GL_SILENCE_DEPRECATION" }
|
||||
|
||||
filter "system:android"
|
||||
ndkabi "arm64-v8a"
|
||||
ndkplatform "android-28"
|
||||
|
||||
Reference in New Issue
Block a user