From 136587c96f567ac262e307ad27028f555d0eef83 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 9 Mar 2006 15:27:01 +0000 Subject: [PATCH] Make select_from_python_test have Python includes when compiling. [SVN r33281] --- test/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 1302c884..1cdb8983 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -168,9 +168,11 @@ bpl-test crossmod_exception [ py-compile select_holder.cpp ] [ run select_from_python_test.cpp ../src/converter/type_id.cpp - : + : : : BOOST_PYTHON_STATIC_LIB + /python//python + ] [ py-compile select_arg_to_python_test.cpp ]