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 'config/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 468f4cfcc50..2f5789b441e 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -80,8 +80,8 @@ BF_ODE_INC = BF_ODE + '/include'
BF_ODE_LIB = BF_ODE + '/lib/libode.a'
WITH_BF_BULLET = 'true'
-BF_BULLET = '#extern/bullet'
-BF_BULLET_INC = '${BF_BULLET}/LinearMath ${BF_BULLET}/BulletDynamics ${BF_BULLET}/Bullet'
+BF_BULLET = '#extern/bullet2/src'
+BF_BULLET_INC = '${BF_BULLET}'
BF_BULLET_LIB = 'extern_bullet'
BF_SOLID = '#extern/solid'