We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9caa2 commit fdeea4aCopy full SHA for fdeea4a
modules/astcenc/config.py
@@ -1,5 +1,7 @@
1
def can_build(env, platform):
2
- return env.editor_build
+ # Godot only uses it in the editor, but ANGLE depends on it and we had
3
+ # to remove the copy from prebuilt ANGLE libs to solve symbol clashes.
4
+ return env.editor_build or env.get("angle_libs")
5
6
7
def configure(env):
0 commit comments