Skip to content

Commit

Permalink
Add Linux Arm 64 target (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored Jul 10, 2023
1 parent e9298c1 commit 9e150c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if (isKotlinMultiplatform) {
}

linuxX64()
linuxArm64()

mingwX64()

Expand All @@ -61,6 +62,7 @@ if (isKotlinMultiplatform) {
val commonMain by getting
val mingwX64Main by getting
val linuxX64Main by getting
val linuxArm64Main by getting
val iosArm32Main by getting
val iosArm64Main by getting
val iosSimulatorArm64Main by getting
Expand All @@ -80,6 +82,7 @@ if (isKotlinMultiplatform) {
dependsOn(commonMain)
mingwX64Main.dependsOn(this)
linuxX64Main.dependsOn(this)
linuxArm64Main.dependsOn(this)
iosArm32Main.dependsOn(this)
iosArm64Main.dependsOn(this)
iosSimulatorArm64Main.dependsOn(this)
Expand Down

0 comments on commit 9e150c2

Please sign in to comment.