Skip to content

Commit 33d522d

Browse files
authored
Updated capitalisation
1 parent 7c89190 commit 33d522d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ if [[ "$CIBW_PLATFORM" == "ios" ]]; then
5151
# GNU Autotools doesn't recognize the existence of arm64-apple-ios-simulator
5252
# as a valid host. However, the only difference between arm64-apple-ios and
5353
# arm64-apple-ios-simulator is the choice of sysroot, and that is
54-
# coordinated by CC,CFLAGS etc. From the perspective of configure, the two
54+
# coordinated by CC, CFLAGS etc. From the perspective of configure, the two
5555
# platforms are identical, so we can use arm64-apple-ios consistently.
5656
# This (mostly) avoids us needing to patch config.sub in dependency sources.
5757
HOST_CONFIGURE_FLAGS="--disable-shared --enable-static --host=$GNU_ARCH-apple-ios --build=$GNU_ARCH-apple-darwin"
5858

59-
# Cmake has native support for iOS. However, most of that support is based
59+
# CMake has native support for iOS. However, most of that support is based
6060
# on using the Xcode builder, which isn't very helpful for most of Pillow's
61-
# dependencies. Therefore, we lean on the OSX configurations, plus CC/CFLAGS
61+
# dependencies. Therefore, we lean on the OSX configurations, plus CC, CFLAGS
6262
# etc. to ensure the right sysroot is selected.
6363
HOST_CMAKE_FLAGS="-DCMAKE_SYSTEM_NAME=$CMAKE_SYSTEM_NAME -DCMAKE_SYSTEM_PROCESSOR=$GNU_ARCH -DCMAKE_OSX_DEPLOYMENT_TARGET=$IPHONEOS_DEPLOYMENT_TARGET -DCMAKE_OSX_SYSROOT=$IOS_SDK_PATH -DBUILD_SHARED_LIBS=NO"
6464

patches/iOS/libwebp-1.5.0.tar.gz.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# libwebp example binaries require dependencies that aren't available for iOS builds.
22
# There's also no easy way to invoke the build to *exclude* the example builds.
3-
# Since we don't need the examples anyway, remove them from the makefile.
3+
# Since we don't need the examples anyway, remove them from the Makefile.
44
#
5-
# As a point of reference, libwebp provides an XCframework build script that involves
6-
# 7 separate invocations of make to avoid building the examples. Patching the makefile
5+
# As a point of reference, libwebp provides an XCFramework build script that involves
6+
# 7 separate invocations of make to avoid building the examples. Patching the Makefile
77
# to remove the examples is a simpler approach, and one that is more compatible with
88
# the existing multibuild infrastructure.
99
#

0 commit comments

Comments
 (0)