We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4333a commit e77b14aCopy full SHA for e77b14a
1 file changed
build_python_framework_pkgs.zsh
@@ -131,8 +131,8 @@ else
131
/usr/bin/sudo /usr/sbin/chown -R ${CONSOLEUSER}:wheel "$TOOLSDIR/$TYPE"
132
fi
133
134
-# Force the C Path depending on the version of Python to allow tools like cffi/xattr to build without wheels
135
-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/"
136
137
# build the framework
138
RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"
0 commit comments