diff --git a/test/Jamfile b/test/Jamfile index d6e8175e..54602d8d 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -59,7 +59,9 @@ run ../test/embedding.cpp ../build/boost_python : # program args : # input files : # requirements - $(PYTHON_PROPERTIES) ; + $(PYTHON_PROPERTIES) + $(PYTHON_LIB_PATH) + $(PYTHON_EMBEDDED_LIBRARY) ; bpl-test polymorphism ; bpl-test auto_ptr ;