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