Skip to content

Commit

Permalink
Merge pull request #11434 from endragor/disable-recast-android
Browse files Browse the repository at this point in the history
Do not compile Recast for Android

[ci skip]
  • Loading branch information
akien-mga authored Sep 20, 2017
2 parents 96882c7 + 52cb4ec commit f5c1501
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 f5c1501

Please sign in to comment.