diff options
author | Jürgen Hunold <jhunold@gmx.eu> | 2015-02-20 18:16:38 +0100 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2015-03-09 11:38:26 -0700 |
commit | 652aa982c435cfbb10370a21a1c5c21a91740136 (patch) | |
tree | d41ec9630648521859365ce41bc51eae8c2d162e /Jamroot | |
parent | 61d246837418b015dc1856e7adf186de4236f0ab (diff) | |
download | boost-652aa982c435cfbb10370a21a1c5c21a91740136.tar.gz |
Lift architecture detection
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -136,6 +136,7 @@ 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 libs/*/*/include/boost ] ] ; @@ -153,6 +154,10 @@ if $(all-headers) project boost : requirements <include>. + + [ boostcpp.architecture ] + [ boostcpp.address-model ] + # Disable auto-linking for all targets here, primarily because it caused # troubles with V2. <define>BOOST_ALL_NO_LIB=1 |