From 23664ec4485e2c08a1712f503608888aa8271cc2 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 7 Mar 2006 07:37:45 +0000 Subject: [PATCH] Specify BOOST_PYTHON_STATIC_LIB for the select_from_python_test, just like V1 does. [SVN r33246] --- test/Jamfile.v2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7f7a45d1..1302c884 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -167,7 +167,11 @@ bpl-test crossmod_exception [ py-compile select_holder.cpp ] -[ py-run select_from_python_test.cpp ../src/converter/type_id.cpp ] +[ run select_from_python_test.cpp ../src/converter/type_id.cpp + : + : + : BOOST_PYTHON_STATIC_LIB +] [ py-compile select_arg_to_python_test.cpp ]