Skip to content

Commit ab8607a

Browse files
authored
Merge pull request #147 from JonasVautherin/patch-1
Fix typo in toolchain
2 parents c06b5ae + 4c99e41 commit ab8607a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios.toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ if(PLATFORM_INT STREQUAL "OS")
294294
set(SDK_NAME iphoneos)
295295
if(NOT ARCHS)
296296
set(ARCHS armv7 armv7s arm64)
297-
set(APPLE_TARGET_TRIPLE_INT arm-apple-ios$${DEPLOYMENT_TARGET})
297+
set(APPLE_TARGET_TRIPLE_INT arm-apple-ios${DEPLOYMENT_TARGET})
298298
else()
299299
set(APPLE_TARGET_TRIPLE_INT ${ARCHS_SPLIT}-apple-ios${DEPLOYMENT_TARGET})
300300
endif()

0 commit comments

Comments
 (0)