2
0
Эх сурвалжийг харах

Do not compile Recast for Android

At least this makes Godot compile for Android until there is a better
solution.
Ruslan Mustakov 8 жил өмнө
parent
commit
52cb4ec232

+ 1 - 1
modules/recast/config.py

@@ -1,6 +1,6 @@
 
 
 def can_build(platform):
 def can_build(platform):
-    return True
+    return platform != "android"
 
 
 
 
 def configure(env):
 def configure(env):