Do not compile Recast for Android
At least this makes Godot compile for Android until there is a better solution.
This commit is contained in:
parent
cd2ffdc672
commit
52cb4ec232
@ -1,6 +1,6 @@
|
||||
|
||||
def can_build(platform):
|
||||
return True
|
||||
return platform != "android"
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
Loading…
Reference in New Issue
Block a user