mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
8 lines
73 B
Python
8 lines
73 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|