mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
8 lines
137 B
Python
8 lines
137 B
Python
def can_build(env, platform):
|
|
env.module_add_dependencies("ktx", ["basis_universal"])
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|