This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d1f32708b7
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 05:57:33 +00:00
return
platform
!=
"
android
"
Recast integration.
2017-02-28 12:10:29 +00:00
def
configure
(
env
)
:
pass