Skip to content

Commit

Permalink
Update DEVELOPER_DIR in build_pytorch.sh
Browse files Browse the repository at this point in the history
Not sure why we are still expecting Xcode9 to be present there, update it to the same folder as wheel builds

May be fixes pytorch/pytorch#87637
  • Loading branch information
malfet authored Oct 24, 2022
1 parent 058e2ce commit 7aeebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/build_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [[ -z "$DESIRED_PYTHON" ]]; then
fi
fi
if [[ "$OSTYPE" == "darwin"* ]]; then
DEVELOPER_DIR=/Applications/Xcode9.app/Contents/Developer
DEVELOPER_DIR=/Applications/Xcode_13.3.1.app/Contents/Developer
fi
if [[ "$desired_cuda" == 'cpu' ]]; then
cpu_only=1
Expand Down

0 comments on commit 7aeebde

Please sign in to comment.