Browse Source

contrib: secp256k1 no longer has a --disable-jni option

It was removed in https://github.com/bitcoin-core/secp256k1/pull/682
bip39-recovery
fanquake 5 years ago
parent
commit
fec75fba41
No known key found for this signature in database GPG Key ID: 2EEB9F5CC09526C1
  1. 1
      contrib/make_libsecp256k1.sh

1
contrib/make_libsecp256k1.sh

@ -49,7 +49,6 @@ info "Building $pkgname..."
--enable-module-recovery \
--enable-experimental \
--enable-module-ecdh \
--disable-jni \
--disable-tests \
--disable-static \
--enable-shared || fail "Could not configure $pkgname. Please make sure you have a C compiler installed and try again."

Loading…
Cancel
Save