From 7a6f22ed2c7ceedeeb6d12de334a393a9245fad4 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Mon, 26 Feb 2024 01:20:36 -0800 Subject: [PATCH] Update jextract.sh for the new package location --- extract-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-headers.sh b/extract-headers.sh index 2ca2279..5bb74fc 100755 --- a/extract-headers.sh +++ b/extract-headers.sh @@ -4,7 +4,7 @@ LIB_PKG="secp256k1-0.4.0" HASH="j9mf1fh4wbb8c3x1zwqfs218bhml1rbw" SECP_PATH=$NIX_STORE/$HASH-$LIB_PKG mkdir -p build -jextract --target-package org.consensusj.secp256k1 \ +jextract --target-package org.bitcoinj.secp256k1.foreign.jextract \ --output build \ --source \ -lsecp256k1 \