Skip to content

Commit

Permalink
Include check when building static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Jan 3, 2025
1 parent 9f88923 commit 7727cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ priv/libsecp256k1_nif.so: c_src/libsecp256k1_nif.c $(EXTRALIBS)

c_src/libsecp256k1_nif.o: $(EXTRALIBS)
priv/libsecp256k1.a: c_src/libsecp256k1_nif.o
$(MAKE) -C c_src/secp256k1 check
$(LIBTOOL) -static -o $@ c_src/libsecp256k1_nif.o $(EXTRALIBS)

$(LIBSECP256K1): c_src/secp256k1/Makefile
Expand Down

0 comments on commit 7727cf2

Please sign in to comment.