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:
@@ -186,7 +186,7 @@ rule init-mac ( version : root ? : includes ? : libraries ? )
|
||||
:
|
||||
: <os>MACOSX <toolset>darwin
|
||||
:
|
||||
: <framework>$(PYTHON_FRAMEWORK)
|
||||
: <include>$(includes) <framework>$(PYTHON_FRAMEWORK)
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user