get builds working locally (finally)

This commit is contained in:
Erik Gomez
2023-01-09 16:42:19 -06:00
parent 719933dc78
commit f58ac5b70e
3 changed files with 11 additions and 1 deletions
+3
View File
@@ -120,6 +120,9 @@ 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}"
# build the framework
RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"
"${RP_EXTRACT_BINDIR}/make_relocatable_python_framework.py" \