Skip to content

Commit

Permalink
add --arch $(ARCH) to windows makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Jul 12, 2024
1 parent 6a41264 commit c3e37d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install.dependencies: install.rootfs install.lima
install.rootfs: $(ROOTFS_OUTPUT_DIR)/$(FINCH_ROOTFS_BASENAME)

$(ROOTFS_OUTPUT_DIR)/$(FINCH_ROOTFS_BASENAME): $(ROOTFS_OUTPUT_DIR) $(CURDIR)/deps/rootfs.conf
bash deps/install.sh --output $@ $(CURDIR)/deps/rootfs.conf
bash deps/install.sh --arch $(ARCH) --output $@ $(CURDIR)/deps/rootfs.conf

.PHONY: install.lima
install.lima: lima-exe install.lima-dependencies-wsl2
Expand Down

0 comments on commit c3e37d5

Please sign in to comment.