Skip to content

Commit fa5078f

Browse files
authored
build(fix): pass arch to finch-core install.dependencies target (runfinch#1034)
Issue #, if available: *Description of changes:* Fixes cross-building after this finch-core change (runfinch/finch-core#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 <[email protected]>
1 parent 2452614 commit fa5078f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ all: arch-test finch install.finch-core-dependencies finch.yaml networks.yaml co
6464

6565
.PHONY: install.finch-core-dependencies
6666
install.finch-core-dependencies:
67-
OUTDIR=$(OUTDIR) "$(MAKE)" -C $(FINCH_CORE_DIR) install.dependencies
67+
OUTDIR=$(OUTDIR) ARCH=$(ARCH) "$(MAKE)" -C $(FINCH_CORE_DIR) install.dependencies
6868

6969
.PHONY: finch.yaml
7070
finch.yaml: $(OS_OUTDIR)/finch.yaml

0 commit comments

Comments
 (0)