mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
6 lines
70 B
Python
6 lines
70 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|