We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec213d8 commit 937f286Copy full SHA for 937f286
Makefile
@@ -70,9 +70,11 @@ libff_out:=$(LIBRARY_PATH)/libff.a
70
libsecp256k1: $(libsecp256k1_out)
71
libff: $(libff_out)
72
73
-$(libsecp256k1_out):
+$(DEPS_DIR)/secp256k1/autogen.sh:
74
@echo "== submodule: $(DEPS_DIR)/secp256k1"
75
git submodule update --init --recursive -- $(DEPS_DIR)/secp256k1
76
+
77
+$(libsecp256k1_out): $(DEPS_DIR)/secp256k1/autogen.sh
78
cd $(DEPS_DIR)/secp256k1/ \
79
&& ./autogen.sh \
80
&& ./configure --enable-module-recovery --prefix="$(BUILD_LOCAL)" \
0 commit comments