Skip to content

Commit 8080f4c

Browse files
committed
Change searched-lib to lib in the Jamfile.
Apparently, searched-lib was not supposed to be used in libraries, and the simple lib target is the preferred way to declare external libraries. bfgroup/b2#431 (comment)
1 parent f3b61da commit 8080f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import feature ;
1717
import configure ;
1818
import atomic-arch-config ;
1919

20-
searched-lib synchronization ;
20+
lib synchronization ;
2121
explicit synchronization ;
2222

2323
local cxx_requirements = [ requires

0 commit comments

Comments
 (0)