godot/modules/recast/config.py
Ruslan Mustakov 52cb4ec232 Do not compile Recast for Android
At least this makes Godot compile for Android until there is a better
solution.
2017-09-20 12:57:33 +07:00

8 lines
90 B
Python

def can_build(platform):
return platform != "android"
def configure(env):
pass