Skip to content

Commit a03806e

Browse files
committed
Move inter-lib dependencies to a project variable and into the build targets.
1 parent 53bbeac commit a03806e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.jam

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ project /boost/lambda2
1111
;
1212

1313
explicit
14-
[ alias boost_lambda2 ]
14+
[ alias boost_lambda2 : : : : <library>$(boost_dependencies) ]
1515
[ alias all : boost_lambda2 test ]
1616
;
1717

1818
call-if : boost-library lambda2
1919
;
20+

0 commit comments

Comments
 (0)