This website requires JavaScript.
Explore
Help
Sign In
mirror
/
godot
Watch
2
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-01-06 17:37:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7275fb6170
godot
/
modules
/
recast
/
config.py
6 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
Recast integration.
2017-02-28 20:10:29 +08: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 13:57:33 +08:00
return
platform
!=
"
android
"
Recast integration.
2017-02-28 20:10:29 +08:00
def
configure
(
env
)
:
pass
Reference in New Issue
Copy Permalink