Skip to content

Commit

Permalink
another git issue (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth authored and ehildenb committed Jul 24, 2019
1 parent ec213d8 commit 937f286
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ libff_out:=$(LIBRARY_PATH)/libff.a
libsecp256k1: $(libsecp256k1_out)
libff: $(libff_out)

$(libsecp256k1_out):
$(DEPS_DIR)/secp256k1/autogen.sh:
@echo "== submodule: $(DEPS_DIR)/secp256k1"
git submodule update --init --recursive -- $(DEPS_DIR)/secp256k1

$(libsecp256k1_out): $(DEPS_DIR)/secp256k1/autogen.sh
cd $(DEPS_DIR)/secp256k1/ \
&& ./autogen.sh \
&& ./configure --enable-module-recovery --prefix="$(BUILD_LOCAL)" \
Expand Down

0 comments on commit 937f286

Please sign in to comment.