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.
2 parents 52f2290 + fdeea4a commit fbcde49Copy full SHA for fbcde49
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