mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Merge branch 'rw_van_231024' into 'master'
Update config.mk to support changed option name for REPO_BINARY=1 See merge request redox-os/redox!1371
This commit is contained in:
commit
e0fddec2db
@ -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