mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
9 lines
95 B
Python
9 lines
95 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
def can_build(platform):
|
||
|
return True
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|