diff --git a/test/Jamfile b/test/Jamfile index 36b9a476..e684bcdd 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -98,10 +98,10 @@ unit-test select_holder unit-test select_from_python_test : select_from_python_test.cpp ../src/converter/type_id.cpp - # ../src/converter/registry.cpp # MWerks needs this for some reason - : $(BOOST_ROOT) BOOST_PYTHON_STATIC_LIB - $(PYTHON_V1_PROPERTIES) + : $(BOOST_ROOT) + [ difference $(PYTHON_PROPERTIES) : BOOST_PYTHON_DYNAMIC_LIB ] + BOOST_PYTHON_STATIC_LIB ;