From 5bec0d2d9817638ad63e4d6fa6ac40bd39e420b4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 14 Nov 2001 20:06:18 +0000 Subject: [PATCH] fixes for intel [SVN r11690] --- build/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Jamfile b/build/Jamfile index a76f372a..c4b9a9c3 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -151,6 +151,7 @@ rule boost-python # standard requirements $(BOOST_PYTHON_INCLUDES) <*>$(PYTHON_LIB_PATH) + <*>$(PYTHON_LIB_PATH) <*>$(PYTHON_LIB_PATH)/python$(PYTHON_VERSION_NODOT)$(debug).lib <*>$(PYTHON_LIBS) $(PYTHON_PROPERTIES) @@ -239,6 +240,7 @@ rule python-runtest-aux # target : sources switch $(<) { case <*\\\\msvc\\\\*>* : ARGS on $(<) += --broken-auto-ptr ; + case <*\\\\intel-win32\\\\*>* : ARGS on $(<) += --broken-auto-ptr ; } # compute the PYTHONPATH environment variable that will allow the test to