Skip to content

Commit 844b73e

Browse files
committed
disable jni in builds
1 parent 140de14 commit 844b73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ if test x$need_bundled_univalue = xyes; then
12611261
AC_CONFIG_SUBDIRS([src/univalue])
12621262
fi
12631263

1264-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery"
1264+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni"
12651265
AC_CONFIG_SUBDIRS([src/secp256k1])
12661266

12671267
AC_OUTPUT

0 commit comments

Comments
 (0)