Skip to content

Commit

Permalink
Merge pull request #16 from bliessens/feature/build-on-AppleM1
Browse files Browse the repository at this point in the history
add target for Apple M1 chip
  • Loading branch information
alllex authored Dec 3, 2024
2 parents aaac754 + 61d6288 commit 68a214d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fun KotlinMultiplatformExtension.nativeTarget(
return when (currentHost) {
KonanTarget.LINUX_X64 -> linuxX64(name, configure)
KonanTarget.MACOS_X64 -> macosX64(name, configure)
KonanTarget.MACOS_ARM64 -> macosArm64(name, configure)
KonanTarget.MINGW_X64 -> mingwX64(name, configure)
else -> error("unsupported host '${currentHost.name}'")
}
Expand Down

0 comments on commit 68a214d

Please sign in to comment.