mirror of
https://github.com/godotengine/godot
synced 2024-11-02 09:38:07 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
def can_build(env, platform):
|
|
return env['tools']
|
|
|
|
def configure(env):
|
|
pass
|