Skip to content

Commit

Permalink
Update jextract.sh for the new package location
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Feb 26, 2024
1 parent caffcff commit 7a6f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7a6f22e

Please sign in to comment.