Unverified Commit 353b71b0 authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files

Include dlls required for wheel building (#7590)

parent d17bb3b0
...@@ -23,6 +23,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then ...@@ -23,6 +23,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
cp "$bin_path/Library/bin/libjpeg.dll" torchvision cp "$bin_path/Library/bin/libjpeg.dll" torchvision
fi fi
else
# Install native CentOS libJPEG, freetype and GnuTLS # Install native CentOS libJPEG, freetype and GnuTLS
yum install -y libjpeg-turbo-devel freetype gnutls yum install -y libjpeg-turbo-devel freetype gnutls
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment