Skip to content

Commit

Permalink
Restored accidentally removed alternative package download path
Browse files Browse the repository at this point in the history
  • Loading branch information
psolstice committed Jan 20, 2024
1 parent 78170bd commit 9ac1f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depends/funcs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ endef
define fetch_file
( test -f $$($(1)_source_dir)/$(4) || \
( $(call fetch_file_inner,$(1),$(2),$(3),$(4),$(5)) || \
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(3),$(4),$(5))))
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(3),$(4),$(5)) || \
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH_ALTERNATIVE),$(3),$(4),$(5))))
endef

define int_get_build_recipe_hash
Expand Down

0 comments on commit 9ac1f1b

Please sign in to comment.