Skip to content

Commit

Permalink
(install) fix segfault on macos when using homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
ebr authored and lstein committed Dec 13, 2022
1 parent 474220c commit 2836976
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions installer/install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ if [ -z "$PYTHON" ]; then
exit -1
fi

if [ "$OS_NAME" == "osx" ]; then
xcode_path=$(xcode-select --print-path)
_err_exit $? "xcode_path command not found"
export CPPFLAGS="-I$xcode_path/Library/Frameworks/Python3.framework/Versions/Current/Headers"
echo "Will compile wheels with CPPFLAGS=$CPPFLAGS"
fi

ROOTDIR=""
while [ "$ROOTDIR" == "" ]
Expand Down

0 comments on commit 2836976

Please sign in to comment.