Skip to content

Commit 8ffdeb0

Browse files
authored
Update ios.toolchain.cmake
Correct spelling mistakes
1 parent 6e52326 commit 8ffdeb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios.toolchain.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ if(PLATFORM_INT STREQUAL "OS")
174174
set(SDK_NAME iphoneos)
175175
if(NOT IOS_ARCH)
176176
if (XCODE_VERSION VERSION_GREATER 10.0)
177-
set(IOS_ARCH armv7 armv7s arm64) # Add arm64e when Apple have fixed the integration issues with it, libarclite_iphoneos.a is currently missung bitcode markers for example
177+
set(IOS_ARCH armv7 armv7s arm64) # Add arm64e when Apple have fixed the integration issues with it, libarclite_iphoneos.a is currently missing bitcode markers for example
178178
else()
179179
set(IOS_ARCH armv7 armv7s arm64)
180180
endif()
@@ -183,7 +183,7 @@ elseif(PLATFORM_INT STREQUAL "OS64")
183183
set(SDK_NAME iphoneos)
184184
if(NOT IOS_ARCH)
185185
if (XCODE_VERSION VERSION_GREATER 10.0)
186-
set(IOS_ARCH arm64) # Add arm64e when Apple have fixed the integration issues with it, libarclite_iphoneos.a is currently missung bitcode markers for example
186+
set(IOS_ARCH arm64) # Add arm64e when Apple have fixed the integration issues with it, libarclite_iphoneos.a is currently missing bitcode markers for example
187187
else()
188188
set(IOS_ARCH arm64)
189189
endif()
@@ -193,7 +193,7 @@ elseif(PLATFORM_INT STREQUAL "OS64COMBINED")
193193
if(MODERN_CMAKE)
194194
if(NOT IOS_ARCH)
195195
if (XCODE_VERSION VERSION_GREATER 10.0)
196-
set(IOS_ARCH arm64 x86_64) # Add arm64e when Apple have fixed the integration issues with it, libarclite_iphoneos.a is currently missung bitcode markers for example
196+
set(IOS_ARCH arm64 x86_64) # Add arm64e when Apple have fixed the integration issues with it, libarclite_iphoneos.a is currently missing bitcode markers for example
197197
else()
198198
set(IOS_ARCH arm64 x86_64)
199199
endif()

0 commit comments

Comments
 (0)