From 5c3691fd117bca2e3a4cb459016e6b4a857915de Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 25 Apr 2020 21:51:55 +1000 Subject: [PATCH] Changed comments to refer to "OS X" --- config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index bac9a7391..4a6012869 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ # Define custom utilities -# Test for OSX with [ -n "$IS_OSX" ] +# Test for OS X with [ -n "$IS_OSX" ] 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 untar pillow-depends-master.zip if [ -n "$IS_OSX" ]; then - # Update to latest zlib for OSX build + # Update to latest zlib for OS X build build_new_zlib fi