Applied patch for autotools library names, thanks to Chrisian van Brussel, see Issue 319
http://code.google.com/p/bullet/issues/detail?id=319 This change doesn't affect cmake, the main supported build system in Bullet.
This commit is contained in:
@@ -7,5 +7,5 @@ Name: bullet
|
||||
Description: Bullet Continuous Collision Detection and Physics Library
|
||||
Requires:
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lbulletdynamics -lbulletcollision -lbulletmath
|
||||
Libs: -L${libdir} -lBulletSoftBody -lBulletDynamics -lBulletCollision -lLinearMath
|
||||
Cflags: -I${includedir}/bullet
|
||||
|
||||
Reference in New Issue
Block a user