mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
6 lines
77 B
Python
6 lines
77 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|