Skip to content

Commit ffd385e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.jam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ project /boost/mp11
1111
;
1212

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

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

0 commit comments

Comments
 (0)