mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 07:01:06 +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
|
||
|
|
|