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 431199d commit f9a9939
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/pre_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
python_exec="$(which python)"
bin_path=$(dirname $python_exec)
cp "$bin_path/Library/bin/libjpeg.dll" torchvision

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

Expand Down

0 comments on commit f9a9939

Please sign in to comment.