You've already forked godot
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user