Skip to content

Commit eb0c580

Browse files
committed
fix b2 project name
1 parent 3ef25b2 commit eb0c580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.jam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ constant boost_dependencies
1313
/boost/preprocessor//boost_preprocessor
1414
;
1515

16-
project /boost/open_method ;
16+
project /boost/openmethod ;
1717

1818
alias boost_open_method
1919
: usage-requirements
@@ -23,4 +23,4 @@ alias boost_open_method
2323
alias all : boost_open_method test ;
2424
explicit all ;
2525

26-
call-if : boost-library open_method ;
26+
call-if : boost-library openmethod ;

0 commit comments

Comments
 (0)