From 666e0c3da12ce98cb1eddd27238167a10fcbc3c5 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leroy Date: Tue, 21 Oct 2025 13:50:46 -0400 Subject: [PATCH] more b2 fixes --- build.jam | 4 ++-- test/Jamfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.jam b/build.jam index 2404114..b3a4ab9 100644 --- a/build.jam +++ b/build.jam @@ -15,12 +15,12 @@ constant boost_dependencies project /boost/openmethod ; -alias boost_open_method +alias boost_openmethod : usage-requirements include $(boost_dependencies) ; -alias all : boost_open_method test ; +alias all : boost_openmethod test ; explicit all ; call-if : boost-library openmethod ; diff --git a/test/Jamfile b/test/Jamfile index 53695cf..65cfe5e 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -16,7 +16,7 @@ project [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ] - /boost/open_method//boost_open_method + /boost/openmethod//boost_openmethod extra