1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

astcenc: Allow runtime decompression of ASTC formats

This commit is contained in:
BlueCube3310
2024-12-27 18:39:12 +01:00
parent bdf625bd54
commit e8e62d0cdd
5 changed files with 18 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
def can_build(env, platform):
# 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")
return True
def configure(env):