1
0

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

It was removed in https://github.com/bitcoin-core/secp256k1/pull/682
This commit is contained in:
fanquake
2020-06-21 09:03:48 +08:00
parent 0f5b58851c
commit fec75fba41

View File

@@ -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."