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