From e3bc35f7891e72ad74e57dc216db899d162373f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Fri, 20 Feb 2015 18:16:38 +0100 Subject: Lift architecture detection --- Jamroot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Jamroot') diff --git a/Jamroot b/Jamroot index d1b3c3ad95..dec428c2a7 100644 --- a/Jamroot +++ b/Jamroot @@ -136,7 +136,8 @@ constant BOOST_JAMROOT_MODULE : $(__name__) ; boostcpp.set-version $(BOOST_VERSION) ; - +use-project /boost/architecture : libs/config/checks/architecture ; + local all-headers = [ MATCH .*libs/(.*)/include/boost : [ glob libs/*/include/boost ] ] ; @@ -162,6 +163,10 @@ if $(all-headers) project boost : requirements . + + [ boostcpp.architecture ] + [ boostcpp.address-model ] + # Disable auto-linking for all targets here, primarily because it caused # troubles with V2. BOOST_ALL_NO_LIB=1 -- cgit v1.2.1