diff --git a/build/Jamfile b/build/Jamfile index 7748a4e3..889a8a29 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -107,6 +107,14 @@ dll boost_python $(PYTHON_PROPERTIES) ; +stage bin-stage : boost_python + : + "_debug" + "_pydebug" + : + debug release + ; + ############# comprehensive module and test ########### bpl-test boost_python_test : ../test/comprehensive.cpp ;