Missed watchcos 32bit

This commit is contained in:
Ugljesa Jovanovic 2020-06-01 21:29:06 +02:00 committed by Ugljesa Jovanovic
parent c6df6ba694
commit ab64e271ab
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -309,7 +309,7 @@ kotlin {
"iosArm64", "iosX64", "tvosArm64", "tvosX64", "watchosArm64"
)
val ios32Bit = setOf(
"iosArm32", "watchosX86"
"iosArm32", "watchosX86", "watchosArm32"
)
val mingw64Bit = setOf(
"mingwX64"