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 ;