From d43027c777407e003db2c011c7325d7295e30b69 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 29 Dec 2020 19:52:36 +0200 Subject: [PATCH] Fix `b2 headers` --- checks/architecture/Jamfile.jam | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/checks/architecture/Jamfile.jam b/checks/architecture/Jamfile.jam index 0d3b5e7b..2ba54f9a 100644 --- a/checks/architecture/Jamfile.jam +++ b/checks/architecture/Jamfile.jam @@ -6,11 +6,12 @@ # accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) -project /boost/architecture - : requirements +project /boost/architecture + : requirements -@boostcpp.deduce-address-model - -@boostcpp.deduce-architecture - ; + -@boostcpp.deduce-architecture + -/boost//headers + ; obj 32 : 32.cpp ; obj 64 : 64.cpp ;