mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Update config.mk to support changed option name for REPO_BINARY=1
This commit is contained in:
parent
16812b36c7
commit
5ad0f9900a
@ -76,7 +76,7 @@ ifeq ($(REPO_BINARY),0)
|
||||
INSTALLER+=--cookbook=cookbook
|
||||
REPO_TAG=$(BUILD)/repo.tag
|
||||
else
|
||||
INSTALLER+=--cookbook=cookbook --cooking
|
||||
INSTALLER+=--cookbook=cookbook --repo-binary
|
||||
REPO_TAG=$(BUILD)/repo.tag
|
||||
endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user