mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-03 22:06:18 +03:00
Merge pull request #121 from radarhere/openjpeg
Removed custom macOS openjpeg command
This commit is contained in:
commit
8068a2a38f
|
@ -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