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 b510893 commit 671b774Copy full SHA for 671b774
depends/funcs.mk
@@ -37,7 +37,7 @@ endef
37
38
define fetch_file
39
( $(call fetch_file_inner,$(1),$(2),$(3),$(4),$(5)) || \
40
- $(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(3),$(4),$(5)))
+ $(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(4),$(4),$(5)))
41
endef
42
43
# Shell script to create a source tarball in $(1)_source from local directory
0 commit comments