mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
12 lines
82 B
Python
12 lines
82 B
Python
![]() |
|
||
|
|
||
|
def can_build(platform):
|
||
|
return True
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|
||
|
|
||
|
|