Browse Source

Remove --disable-jni from libsecp256k1_build

JNI was removed with libsecp256k1 v0.2.0.
master
Kristaps Kaupe 2 years ago
parent
commit
8846c4da62
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 1
      install.sh

1
install.sh

@ -307,7 +307,6 @@ libsecp256k1_build()
./autogen.sh
./configure \
--enable-module-recovery \
--disable-jni \
--prefix "${jm_root}" \
--enable-experimental \
--enable-module-ecdh \

Loading…
Cancel
Save