Skip to content

Commit 3de6920

Browse files
committed
more attempts to fix
1 parent 26b0db5 commit 3de6920

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build_python_framework_pkgs.zsh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ fi
136136
# Can't use Apple's headers for 3.10 and higher as they are (currently) 3.9
137137
# C_INCLUDE_PATH="/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/Current/Headers/"
138138

139-
C_INCLUDE_PATH="/Library/ManagedFrameworks/Python/Python.framework/Versions/${PYTHON_BIN_VERSION}/include/python${PYTHON_BIN_VERSION}/" RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"
139+
export C_INCLUDE_PATH="/Library/ManagedFrameworks/Python/Python.framework/Versions/Current/Headers/"
140+
141+
C_INCLUDE_PATH="/Library/ManagedFrameworks/Python/Python.framework/Versions/Current/Headers/" RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"
140142
"${RP_EXTRACT_BINDIR}/make_relocatable_python_framework.py" \
141143
--baseurl "${PYTHON_BASEURL}" \
142144
--python-version "${PYTHON_VERSION}" \

0 commit comments

Comments
 (0)