Skip to content

Commit e77b14a

Browse files
committed
move to xcode command line tools python instead
1 parent ee4333a commit e77b14a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_python_framework_pkgs.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ else
131131
/usr/bin/sudo /usr/sbin/chown -R ${CONSOLEUSER}:wheel "$TOOLSDIR/$TYPE"
132132
fi
133133

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}"
134+
# Force the C path to allow tools like cffi/xattr to build without wheels
135+
export C_INCLUDE_PATH="/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/Current/Headers/"
136136

137137
# build the framework
138138
RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"

0 commit comments

Comments
 (0)