mirror of
https://github.com/godotengine/godot.git
synced 2024-12-04 01:52:56 +00:00
12 lines
72 B
Python
12 lines
72 B
Python
|
|
||
|
|
||
|
def can_build(platform):
|
||
|
return True
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|
||
|
|
||
|
|