Skip to content

Commit

Permalink
Do not compile Recast for Android
Browse files Browse the repository at this point in the history
At least this makes Godot compile for Android until there is a better
solution.
  • Loading branch information
endragor committed Sep 20, 2017
1 parent cd2ffdc commit 52cb4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/recast/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

def can_build(platform):
return True
return platform != "android"


def configure(env):
Expand Down

0 comments on commit 52cb4ec

Please sign in to comment.