Skip to content

Commit 73ed57a

Browse files
achow101fanquake
authored andcommitted
depends: Use $(package)_file_name when downloading from the fallback
Github-Pull: #33580 Rebased-From: 671b774
1 parent 72d1141 commit 73ed57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/funcs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endef
3838
define fetch_file
3939
( test -f $$($(1)_source_dir)/$(4) || \
4040
( $(call fetch_file_inner,$(1),$(2),$(3),$(4),$(5)) || \
41-
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(3),$(4),$(5))))
41+
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(4),$(4),$(5))))
4242
endef
4343

4444
# Shell script to create a source tarball in $(1)_source from local directory

0 commit comments

Comments
 (0)