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 8dc4fc1 commit 4350098Copy full SHA for 4350098
deps/libgit2.mk
@@ -120,7 +120,7 @@ clean-libgit2:
120
-rm $(BUILDDIR)/$(LIBGIT2_SRC_DIR)/build-configured $(BUILDDIR)/$(LIBGIT2_SRC_DIR)/build-compiled
121
-$(MAKE) -C $(BUILDDIR)/$(LIBGIT2_SRC_DIR) clean
122
123
-get-libgit2: $(LIBGIT2_SRC_FILE)
+get-libgit2: $(LIBGIT2_SRC_FILE) $(build_datarootdir)/julia/cert.pem
124
extract-libgit2: $(SRCCACHE)/$(LIBGIT2_SRC_DIR)/source-extracted
125
configure-libgit2: $(BUILDDIR)/$(LIBGIT2_SRC_DIR)/build-configured
126
compile-libgit2: $(BUILDDIR)/$(LIBGIT2_SRC_DIR)/build-compiled
0 commit comments