changeset 555:96ed9e4e854c

ensure that the cross build won't be confused by /etc/site-config.jam in package boost (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 13 Nov 2009 13:53:50 +0100
parents 5e1bf64a718b
children cd5388014f49
files src/boost.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/boost.mk	Thu Nov 12 14:33:03 2009 +0100
+++ b/src/boost.mk	Fri Nov 13 13:53:50 2009 +0100
@@ -46,6 +46,7 @@
     cd '$(1)/tools/jam/src' && ./build.sh
     cd '$(1)' && tools/jam/src/bin.*/bjam \
         -j '$(JOBS)' \
+        --ignore-site-config \
         --user-config=user-config.jam \
         target-os=windows \
         threading=multi \