2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Python/OSX fix from Noel Belcourt.

This change addresses how Darwin handles compiling for frameworks.  The
   python frameworks require specific #include syntax that is not present
   in the boost source code so this change specifically adds python
   framework includes to the compile line.


[SVN r33402]
This commit is contained in:
Vladimir Prus
2006-03-20 08:48:58 +00:00
parent 768b5dd977
commit c4821ca360

View File

@@ -186,7 +186,7 @@ rule init-mac ( version : root ? : includes ? : libraries ? )
:
: <os>MACOSX <toolset>darwin
:
: <framework>$(PYTHON_FRAMEWORK)
: <include>$(includes) <framework>$(PYTHON_FRAMEWORK)
;
}