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:
5
Jamfile
5
Jamfile
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user