fixed optional lib dependency in Jam build system for Extras/boxbox and Extras/quickstep
This commit is contained in:
@@ -11,7 +11,7 @@ boxbox.CFLAGS = [ FIncludes $(TOP)/Extras/AlternativeCollisionAlgorithms ] ;
|
||||
MsvcGenConfig boxbox.INCDIRS : $(TOP)/Extras/AlternativeCollisionAlgorithms ;
|
||||
|
||||
#for the include paths
|
||||
LibDepends boxbox : BulletCollision ;
|
||||
LibDepends boxbox : bulletcollision ;
|
||||
|
||||
|
||||
#InstallHeader [ Wildcard *.h ] : AlternativeCollisionAlgorithms ;
|
||||
|
||||
Reference in New Issue
Block a user