Skip to content

Commit

Permalink
Add MacOS ARM64 target for KGL interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelydaniel committed Dec 25, 2023
1 parent d3b9159 commit 2bdacfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kgl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kotlin {
mingwX64()

if (isMacOs()) {
macosArm64()
macosX64()
iosArm64()
iosX64()
Expand Down

0 comments on commit 2bdacfb

Please sign in to comment.