[Gradle] Add arm64 architecture of watchos to AppleSdk object
^KT-53107
This commit is contained in:
committed by
Space Team
parent
640ba1ecfa
commit
efa331feed
+1
@@ -38,6 +38,7 @@ internal object AppleSdk {
|
||||
when (arch) {
|
||||
"armv7k" -> KonanTarget.WATCHOS_ARM32
|
||||
"arm64_32" -> KonanTarget.WATCHOS_ARM64
|
||||
"arm64" -> KonanTarget.WATCHOS_DEVICE_ARM64
|
||||
else -> throw UnknownArchitectureException(platform, arch)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user