mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:43:31 +00:00
5 lines
71 B
Python
5 lines
71 B
Python
def can_build(platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|