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_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 8bd323cf494..8386a6d9ea7 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -42,6 +42,10 @@ ifneq ($(NAN_NO_KETSJI), true)
CFLAGS += -DGAMEBLENDER=1
CFLAGS += -DUSE_SUMO_SOLID
CCFLAGS += -DUSE_SUMO_SOLID
+ ifeq ($(NAN_USE_BULLET), true)
+ CFLAGS += -DUSE_BULLET
+ CCFLAGS += -DUSE_BULLET
+ endif
else
CPPFLAGS += -DNO_KETSJI
endif