mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[iOS] Restore OpenGLES3 renderer support.
This commit is contained in:
parent
cd031fd31a
commit
1cc5524b81
9 changed files with 84 additions and 42 deletions
|
@ -230,7 +230,7 @@ def configure(env: "Environment"):
|
|||
env.Append(LIBS=["pthread", "z"])
|
||||
|
||||
if env["opengl3"]:
|
||||
env.Append(CPPDEFINES=["GLES_ENABLED", "GLES3_ENABLED"])
|
||||
env.Append(CPPDEFINES=["GLES3_ENABLED"])
|
||||
env.Append(LINKFLAGS=["-framework", "OpenGL"])
|
||||
|
||||
env.Append(LINKFLAGS=["-rpath", "@executable_path/../Frameworks", "-rpath", "@executable_path"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue