diff --git a/Jamfile b/Jamfile index 18979199..6f37811b 100644 --- a/Jamfile +++ b/Jamfile @@ -4,7 +4,10 @@ subproject libs/python ; SEARCH on python.jam = $(BOOST_BUILD_PATH) ; include python.jam ; -PYTHON_PROPERTIES += <*>"-inline deferred" ; +PYTHON_PROPERTIES + += <*>"-inline deferred" + <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers + ; local export-bpl ;