Skip to content

Commit 666e0c3

Browse files
committed
more b2 fixes
1 parent e6be4be commit 666e0c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.jam

Lines changed: 2 additions & 2 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_open_method
18+
alias boost_openmethod
1919
: usage-requirements
2020
<include>include
2121
<library>$(boost_dependencies)
2222
;
23-
alias all : boost_open_method test ;
23+
alias all : boost_openmethod test ;
2424
explicit all ;
2525

2626
call-if : boost-library openmethod ;

test/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project
1616

1717
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
1818

19-
<library>/boost/open_method//boost_open_method
19+
<library>/boost/openmethod//boost_openmethod
2020

2121
<warnings>extra
2222

0 commit comments

Comments
 (0)