52cb4ec232
At least this makes Godot compile for Android until there is a better solution.
7 lines
90 B
Python
7 lines
90 B
Python
|
|
def can_build(platform):
|
|
return platform != "android"
|
|
|
|
|
|
def configure(env):
|
|
pass
|