Skip to content

Commit

Permalink
build: linux
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk committed Nov 8, 2023
1 parent df3519f commit 8979a08
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions cryptography/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,7 @@ kotlin {
dependencies {
api("fr.acinq.secp256k1:secp256k1-kmp:0.9.0")
}
val target =
when {
os.isLinux -> "linux"
os.isMacOsX -> "darwin"
os.isWindows -> "mingw"
else -> error("Unsupported OS $os")
}
implementation("fr.acinq.secp256k1:secp256k1-kmp-jni-jvm-$target:0.9.0")
implementation("fr.acinq.secp256k1:secp256k1-kmp-jni-jvm:0.9.0")
implementation("com.google.guava:guava:30.1-jre")
implementation("org.bouncycastle:bcprov-jdk15on:1.68")
}
Expand Down

0 comments on commit 8979a08

Please sign in to comment.