You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
6 lines
130 B
Python
6 lines
130 B
Python
def can_build(platform):
|
|
# should probably change this to only be true on iOS and Android
|
|
return True
|
|
|
|
def configure(env):
|
|
pass |