==SCons==
Enable Bullet2 for Scons. This should work for all platforms, but please, test, test, test, test, test (ad infinitum)
This commit is contained in:
Vendored
+1
-1
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user