From bbef71dc7dd852e3a5cf70b0efc9319c943102bb Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 29 Nov 2002 20:23:54 +0000 Subject: [PATCH] Progress on embedding example for unix. [SVN r16458] --- test/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;