Merge pull request #11434 from endragor/disable-recast-android
Do not compile Recast for Android [ci skip]
This commit is contained in:
commit
f5c15018ac
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
def can_build(platform):
|
||||
return True
|
||||
return platform != "android"
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
|
Loading…
Reference in a new issue