2022-12-20 10:54:01 -08:00
|
|
|
def can_build(env, platform):
|
2024-07-28 15:36:03 +03:00
|
|
|
# Godot only uses it in the editor, but ANGLE depends on it and we had
|
|
|
|
# to remove the copy from prebuilt ANGLE libs to solve symbol clashes.
|
|
|
|
return env.editor_build or env.get("angle_libs")
|
2022-12-20 10:54:01 -08:00
|
|
|
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
pass
|