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