Skip to content

Commit

Permalink
Re-enable linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Feb 29, 2024
1 parent d2e6aad commit 11cf38a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ kotlin {

val nativeMain by sourceSets.creating

if (currentOs.isLinux) {
linuxX64 {
secp256k1CInterop("host")
}
linuxX64 {
secp256k1CInterop("host")
}

macosX64 {
Expand Down

0 comments on commit 11cf38a

Please sign in to comment.