mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 03:16:18 +03:00
Changed comments to refer to "OS X"
This commit is contained in:
parent
250282f980
commit
5c3691fd11
|
@ -1,5 +1,5 @@
|
||||||
# Define custom utilities
|
# Define custom utilities
|
||||||
# Test for OSX with [ -n "$IS_OSX" ]
|
# Test for OS X with [ -n "$IS_OSX" ]
|
||||||
|
|
||||||
ARCHIVE_SDIR=pillow-depends-master
|
ARCHIVE_SDIR=pillow-depends-master
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ function pre_build {
|
||||||
curl -fsSL -o pillow-depends-master.zip https://github.com/python-pillow/pillow-depends/archive/master.zip
|
curl -fsSL -o pillow-depends-master.zip https://github.com/python-pillow/pillow-depends/archive/master.zip
|
||||||
untar pillow-depends-master.zip
|
untar pillow-depends-master.zip
|
||||||
if [ -n "$IS_OSX" ]; then
|
if [ -n "$IS_OSX" ]; then
|
||||||
# Update to latest zlib for OSX build
|
# Update to latest zlib for OS X build
|
||||||
build_new_zlib
|
build_new_zlib
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user