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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-11-21 09:11:41 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-11-21 09:11:41 +0300
commiteb73025c635f4e940061239049ca4859c47525d1 (patch)
tree263c41811c6eb83b420d9a1bc29470473c4ae341 /extern/SConscript
parent6c5c74244a12f828c16020f74ebc5189edb3c792 (diff)
==SCons==
Enable Bullet2 for Scons. This should work for all platforms, but please, test, test, test, test, test (ad infinitum)
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 8dc03c2e260..0cdf9676862 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -6,7 +6,7 @@ if env['WITH_BF_GAMEENGINE']:
SConscript(['qhull/SConscript',
'solid/SConscript'])
if env['WITH_BF_BULLET']:
- SConscript(['bullet/SConscript'])
+ SConscript(['bullet2/src/SConscript'])
if env['WITH_BF_INTERNATIONAL']:
SConscript(['bFTGL/SConscript'])