Source
xxxxxxxxxx
--- tools/build/src/engine/build.jam.orig
+++ tools/build/src/engine/build.jam
-I$(--python-include) -I$(--extra-include)
: -L$(--python-lib[1]) -l$(--python-lib[2]) ;
## MacOSX Darwin, using GCC 2.9.x, 3.x
-toolset darwin cc : "-o " : -D
+toolset darwin %%CONFIGURE.CC%% : "-o " : -D
:
[ opt --release : -Wl,-x -O3 -finline-functions ]
[ opt --debug : -g -O0 -fno-inline -pg ]