2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Fix up a small build specification problem

[SVN r15822]
This commit is contained in:
Dave Abrahams
2002-10-09 11:57:17 +00:00
parent a295ac6590
commit 8c8b4ee332

View File

@@ -120,7 +120,8 @@ if $(TEST_BIENSTMAN_NON_BUGS)
# --- unit tests of library components ---
local UNIT_TEST_PROPERTIES = $(PYTHON_PROPERTIES) <define>BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION ;
local UNIT_TEST_PROPERTIES = $(PYTHON_PROPERTIES) <define>BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION
[ difference $(PYTHON_PROPERTIES) : <define>BOOST_PYTHON_DYNAMIC_LIB ] <define>BOOST_PYTHON_STATIC_LIB ;
run indirect_traits_test.cpp ;
run destroy_test.cpp ;