Skip to content

Commit

Permalink
Update pre_build_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Dec 16, 2024
1 parent f9a9939 commit ae23868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/pre_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
cp "$bin_path/Library/bin/libjpeg.dll" torchvision

# issue with Building torchvision on py3.13
if[[ "$PYTHON_VERSION" == 3.13 ]]; then
if [[ "$PYTHON_VERSION" == 3.13 ]]; then
mkdir -p build\\temp.win-amd64-cpython-313\\Release
fi
fi
Expand Down

0 comments on commit ae23868

Please sign in to comment.