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 'extern/Makefile')
-rw-r--r--extern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/Makefile b/extern/Makefile
index 0a85b9b5220..53abb0b1b3c 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -40,7 +40,7 @@ ifeq ($(WITH_FREETYPE2), true)
DIRS += bFTGL/src
endif
-ifeq ($(NAN_USE_BULLET), true)
+ifneq ($(NAN_NO_KETSJI), true)
DIRS += bullet
endif