Build: adjust Jamfiles in unittests for libshared.a change.
This commit is contained in:
parent
8028ede7db
commit
b8878f83ca
@ -13,7 +13,7 @@ UnitTestLib libsharedtest.so :
|
|||||||
GeolocationTest.cpp
|
GeolocationTest.cpp
|
||||||
NaturalCompareTest.cpp
|
NaturalCompareTest.cpp
|
||||||
|
|
||||||
: be libshared.a bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
|
: be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
|
||||||
;
|
;
|
||||||
|
|
||||||
SubInclude HAIKU_TOP src tests kits shared shake_filter ;
|
SubInclude HAIKU_TOP src tests kits shared shake_filter ;
|
||||||
|
@ -4,5 +4,5 @@ UsePrivateHeaders shared ;
|
|||||||
|
|
||||||
Application ShakeFilterTest :
|
Application ShakeFilterTest :
|
||||||
ShakeFilterTest.cpp
|
ShakeFilterTest.cpp
|
||||||
: libshared.a be [ TargetLibsupc++ ]
|
: shared be [ TargetLibsupc++ ]
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user