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