mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 20:22:49 +08:00
6 lines
84 B
Python
6 lines
84 B
Python
def can_build(env, platform):
|
|
return env['tools']
|
|
|
|
def configure(env):
|
|
pass
|