Skip to content

Commit

Permalink
more attempts to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jan 10, 2023
1 parent 26b0db5 commit 3de6920
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_python_framework_pkgs.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ fi
# Can't use Apple's headers for 3.10 and higher as they are (currently) 3.9
# C_INCLUDE_PATH="/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/Current/Headers/"

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}"
export C_INCLUDE_PATH="/Library/ManagedFrameworks/Python/Python.framework/Versions/Current/Headers/"

C_INCLUDE_PATH="/Library/ManagedFrameworks/Python/Python.framework/Versions/Current/Headers/" RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"
"${RP_EXTRACT_BINDIR}/make_relocatable_python_framework.py" \
--baseurl "${PYTHON_BASEURL}" \
--python-version "${PYTHON_VERSION}" \
Expand Down

0 comments on commit 3de6920

Please sign in to comment.