Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index a75c913ab93..ac2bf7b6b76 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -34,6 +34,9 @@
sinclude ../user-def.mk
+#game engine temporarily disabled: need to upgrade to Bullet 2.x
+export NAN_NO_KETSJI=true
+
ifndef CONFIG_GUESS
ifeq (debug, $(findstring debug, $(MAKECMDGOALS)))
ifeq (all, $(findstring all, $(MAKECMDGOALS)))