This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2025-10-20 00:13:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
28fa82c2de
godot
/
modules
/
recast
/
config.py
6 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
Recast integration.
2017-02-28 12:10:29 +00:00
def
can_build
(
platform
)
:
Do not compile Recast for Android At least this makes Godot compile for Android until there is a better solution.
2017-09-20 12:57:33 +07:00
return
platform
!=
"
android
"
Recast integration.
2017-02-28 12:10:29 +00:00
def
configure
(
env
)
:
pass
Reference in a new issue
Copy permalink