mirror of
https://github.com/godotengine/godot.git
synced 2024-11-28 23:22:38 +00:00
12 lines
72 B
Python
12 lines
72 B
Python
|
|
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
|
|
|