fix mac build
This commit is contained in:
parent
6d6b16edfc
commit
632739c551
@ -125,7 +125,7 @@ kotlin {
|
||||
|
||||
}
|
||||
|
||||
if (hostOsName == "mac") {
|
||||
if (hostOsName == "macos") {
|
||||
iosX64("ios") {
|
||||
binaries {
|
||||
framework {
|
||||
@ -277,7 +277,7 @@ kotlin {
|
||||
|
||||
}
|
||||
|
||||
if (hostOsName == "mac") {
|
||||
if (hostOsName == "macos") {
|
||||
|
||||
val iosMain by getting {
|
||||
dependsOn(nativeMain)
|
||||
|
Loading…
x
Reference in New Issue
Block a user