mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
52cb4ec232
At least this makes Godot compile for Android until there is a better solution.
8 lines
90 B
Python
8 lines
90 B
Python
|
|
def can_build(platform):
|
|
return platform != "android"
|
|
|
|
|
|
def configure(env):
|
|
pass
|