mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 10:56:18 +03:00
Revert "Workaround problems with cmake and xz on manylinux2014"
This reverts commit 639793e150
.
This commit is contained in:
parent
a6d0942cc5
commit
702da87d3f
10
config.sh
10
config.sh
|
@ -25,16 +25,6 @@ function pre_build {
|
|||
if [ -n "$IS_OSX" ]; then
|
||||
# Update to latest zlib for OS X build
|
||||
build_new_zlib
|
||||
elif [ $MB_ML_VER -eq 2014 ]; then
|
||||
yum install -y cmake
|
||||
|
||||
function get_cmake {
|
||||
echo cmake
|
||||
}
|
||||
|
||||
function build_xz {
|
||||
yum install -y xz-devel
|
||||
}
|
||||
fi
|
||||
|
||||
if [ -n "$IS_OSX" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user