mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
7 lines
139 B
Python
7 lines
139 B
Python
def can_build(env, platform):
|
|
env.module_add_dependencies("svg", ["jpg", "webp"], True)
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|