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

workaround for missing 'C' standard headers

[SVN r12104]
This commit is contained in:
Dave Abrahams
2001-12-18 14:10:06 +00:00
parent 35fd3dfaa1
commit eadcc79089

View File

@@ -4,7 +4,10 @@ subproject libs/python ;
SEARCH on <module@>python.jam = $(BOOST_BUILD_PATH) ;
include <module@>python.jam ;
PYTHON_PROPERTIES += <metrowerks><*><cxxflags>"-inline deferred" ;
PYTHON_PROPERTIES
+= <metrowerks><*><cxxflags>"-inline deferred"
<cxx><*><include>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers
;
local export-bpl ;