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

Attempt the fix python on OSX.

[SVN r34000]
This commit is contained in:
Vladimir Prus
2006-05-18 11:02:29 +00:00
parent 7cb8b443ec
commit 0855fc4784

View File

@@ -223,7 +223,12 @@ rule init-mac ( version : root ? : includes ? : libraries ? )
flags python.capture-output PYTHON : $(interpreter) ;
PYTHON_FRAMEWORK ?= /System/Library/Frameworks/Python.framework ;
PYTHON_FRAMEWORK ?= $(root) ;
while $(PYTHON_FRAMEWORK:D=) && $(PYTHON_FRAMEWORK:D=) != Python.framework
{
PYTHON_FRAMEWORK = $(PYTHON_FRAMEWORK:D) ;
}
PYTHON_FRAMEWORK = $(PYTHON_FRAMEWORK:D)/Python ;
alias python_for_extensions
: