Skip to content

Commit

Permalink
Merge #1657: Remove --disable-jni from libsecp256k1_build
Browse files Browse the repository at this point in the history
8846c4d Remove --disable-jni from libsecp256k1_build (Kristaps Kaupe)

Pull request description:

  JNI was removed with libsecp256k1 v0.2.0, see bitcoin-core/secp256k1#682.

Top commit has no ACKs.

Tree-SHA512: 4d0b67527e3d4530528beaaf54c926fc0848324be7051b22998d6d695c95b0de4b70e7483832068dc2abb9c3183b76d64c372a088958f6508b280c4cceee0840
  • Loading branch information
kristapsk committed Feb 14, 2024
2 parents 309e105 + 8846c4d commit 572341f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ libsecp256k1_build()
./autogen.sh
./configure \
--enable-module-recovery \
--disable-jni \
--prefix "${jm_root}" \
--enable-experimental \
--enable-module-ecdh \
Expand Down

0 comments on commit 572341f

Please sign in to comment.