Fancy Paralel CI

This commit is contained in:
TheBrokenRail
2023-11-03 12:23:54 -04:00
committed by iProgramInCpp
parent 185878d79f
commit a2e830d114
2 changed files with 46 additions and 5 deletions

View File

@@ -309,7 +309,7 @@ if(USE_SDL)
target_link_libraries(reminecraftpe-core PUBLIC SDL)
# OpenGL
if(NOT EMSCRIPTEN)
if(NOT EMSCRIPTEN AND NOT ANDROID)
option(USE_GLES1_COMPATIBILITY_LAYER "Whether To Enable The GLESv1_CM Compatibility Layer" TRUE)
else()
set(USE_GLES1_COMPATIBILITY_LAYER TRUE CACHE BOOL "" FORCE)