Browse Source

Merge pull request #6251 from fanquake/libsecp256k1_no_jni

contrib: update libsecp256k1 configure after upstream bump
bip39-recovery
ghost43 5 years ago
committed by GitHub
parent
commit
41d9c1988f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      contrib/make_libsecp256k1.sh

3
contrib/make_libsecp256k1.sh

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

Loading…
Cancel
Save