mirror of
https://github.com/godotengine/godot.git
synced 2026-02-28 18:11:03 +00:00
5 lines
76 B
Python
5 lines
76 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|