From 8846c4da626735a6fdec4b28f8fc6521be164ceb Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Fri, 9 Feb 2024 01:55:28 +0200 Subject: [PATCH] Remove --disable-jni from libsecp256k1_build JNI was removed with libsecp256k1 v0.2.0. --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index d19f43f03..af9511e8c 100755 --- a/install.sh +++ b/install.sh @@ -307,7 +307,6 @@ libsecp256k1_build() ./autogen.sh ./configure \ --enable-module-recovery \ - --disable-jni \ --prefix "${jm_root}" \ --enable-experimental \ --enable-module-ecdh \