mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-30 20:06:17 +03:00
Removed custom macOS openjpeg command
This commit is contained in:
parent
1ddbcca33c
commit
8c6fa93d5f
|
@ -34,11 +34,6 @@ function pre_build {
|
||||||
build_tiff
|
build_tiff
|
||||||
build_libpng
|
build_libpng
|
||||||
build_openjpeg
|
build_openjpeg
|
||||||
if [ -n "$IS_OSX" ]; then
|
|
||||||
# Fix openjpeg library install id
|
|
||||||
# https://code.google.com/p/openjpeg/issues/detail?id=367
|
|
||||||
install_name_tool -id $BUILD_PREFIX/lib/libopenjp2.7.dylib $BUILD_PREFIX/lib/libopenjp2.2.3.1.dylib
|
|
||||||
fi
|
|
||||||
build_lcms2
|
build_lcms2
|
||||||
|
|
||||||
if [ -n "$IS_OSX" ]; then
|
if [ -n "$IS_OSX" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user