Build fix.

This commit is contained in:
Martín Lucas Golini
2020-01-19 17:30:18 -03:00
parent 9d32e29ffb
commit b71b935e38

View File

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