diff --git a/premake5.lua b/premake5.lua index 9798828a3..82f81d5ac 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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"