We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c06b5ae + 4c99e41 commit ab8607aCopy full SHA for ab8607a
ios.toolchain.cmake
@@ -294,7 +294,7 @@ if(PLATFORM_INT STREQUAL "OS")
294
set(SDK_NAME iphoneos)
295
if(NOT ARCHS)
296
set(ARCHS armv7 armv7s arm64)
297
- set(APPLE_TARGET_TRIPLE_INT arm-apple-ios$${DEPLOYMENT_TARGET})
+ set(APPLE_TARGET_TRIPLE_INT arm-apple-ios${DEPLOYMENT_TARGET})
298
else()
299
set(APPLE_TARGET_TRIPLE_INT ${ARCHS_SPLIT}-apple-ios${DEPLOYMENT_TARGET})
300
endif()
0 commit comments