Skip to content

Commit 55bf83c

Browse files
committed
Merge branch 'fix/b2-alias' into feature/windll3
2 parents 620a388 + c245a80 commit 55bf83c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build.jam

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ constant boost_dependencies
1515

1616
project /boost/openmethod ;
1717

18-
alias boost_openmethod
19-
: usage-requirements
20-
<include>include
21-
<library>$(boost_dependencies)
18+
explicit
19+
[ alias boost_openmethod : : : : <include>include <library>$(boost_dependencies) ]
20+
[ alias all : boost_openmethod test ]
2221
;
23-
alias all : boost_openmethod test ;
24-
explicit all ;
2522

26-
call-if : boost-library openmethod ;
23+
call-if
24+
: boost-library openmethod
25+
: install boost_openmethod
26+
;

0 commit comments

Comments
 (0)