From e77b14a31c1e9bc133c6f51ce2d1dcbc7a8d31e7 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Mon, 9 Jan 2023 17:12:38 -0600 Subject: [PATCH] move to xcode command line tools python instead --- build_python_framework_pkgs.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_python_framework_pkgs.zsh b/build_python_framework_pkgs.zsh index 5048db9..97058a7 100755 --- a/build_python_framework_pkgs.zsh +++ b/build_python_framework_pkgs.zsh @@ -131,8 +131,8 @@ else /usr/bin/sudo /usr/sbin/chown -R ${CONSOLEUSER}:wheel "$TOOLSDIR/$TYPE" fi -# Force the C Path depending on the version of Python to allow tools like cffi/xattr to build without wheels -export C_INCLUDE_PATH="/Library/Frameworks/Python.framework/Versions/${PYTHON_BIN_VERSION}/include/python${PYTHON_BIN_VERSION}" +# Force the C path to allow tools like cffi/xattr to build without wheels +export C_INCLUDE_PATH="/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/Current/Headers/" # build the framework RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"