From fa5078f2d5f2fcc12b039fe37331cfb18b191f09 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 12 Jul 2024 11:20:37 -0400 Subject: [PATCH] build(fix): pass arch to finch-core install.dependencies target (#1034) Issue #, if available: *Description of changes:* Fixes cross-building after this finch-core change (https://github.com/runfinch/finch-core/pull/370) is merged and submodules are synced *Testing done:* - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Justin Alvarez --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 057c6a7a1..f7b0753ce 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ all: arch-test finch install.finch-core-dependencies finch.yaml networks.yaml co .PHONY: install.finch-core-dependencies install.finch-core-dependencies: - OUTDIR=$(OUTDIR) "$(MAKE)" -C $(FINCH_CORE_DIR) install.dependencies + OUTDIR=$(OUTDIR) ARCH=$(ARCH) "$(MAKE)" -C $(FINCH_CORE_DIR) install.dependencies .PHONY: finch.yaml finch.yaml: $(OS_OUTDIR)/finch.yaml