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/gameengine/Physics/Makefile')
-rw-r--r--source/gameengine/Physics/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/Physics/Makefile b/source/gameengine/Physics/Makefile
index a921848cfa7..b88cedee8f2 100644
--- a/source/gameengine/Physics/Makefile
+++ b/source/gameengine/Physics/Makefile
@@ -37,5 +37,8 @@ SOURCEDIR = source/gameengine/Physics
DIR = $(OCGDIR)/gameengine/blphys
DIRS = common Sumo Dummy
#DIRS += BlOde
+ifeq ($(NAN_USE_BULLET), true)
+ DIRS += Bullet
+endif
include nan_subdirs.mk