diff options
| author | Ruslan Mustakov | 2017-09-20 12:57:33 +0700 |
|---|---|---|
| committer | Ruslan Mustakov | 2017-09-20 12:57:33 +0700 |
| commit | 52cb4ec232c751808625e76445d776c53791bbe1 (patch) | |
| tree | 11da9cb5e81f7c4ccfbed961c54a8f883dd13d73 | |
| parent | cd2ffdc6725aa6f7a9a4af6fd5abcc4cafae61b4 (diff) | |
| download | godot-52cb4ec232c751808625e76445d776c53791bbe1.tar.gz godot-52cb4ec232c751808625e76445d776c53791bbe1.tar.zst godot-52cb4ec232c751808625e76445d776c53791bbe1.zip | |
| -rw-r--r-- | modules/recast/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recast/config.py b/modules/recast/config.py index fb920482f..d42f07b2a 100644 --- a/modules/recast/config.py +++ b/modules/recast/config.py @@ -1,6 +1,6 @@ def can_build(platform): - return True + return platform != "android" def configure(env): |
