mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Fix fetching fstools when locked to binary
This commit is contained in:
parent
114833df68
commit
fde6f77b2a
@ -32,7 +32,7 @@ fstools_fetch: $(FSTOOLS_TAG) FORCE
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) make $@
|
||||
else
|
||||
$(REPO_BIN) fetch installer redoxfs
|
||||
$(REPO_BIN) fetch host:installer host:redoxfs
|
||||
endif
|
||||
|
||||
CARGO_OFFLINE_FLAG=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user