diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-05 21:32:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-05 21:32:19 +0900 |
| commit | 1f0bdc7aca5a20b8b76bbc903f78e51af648e42c (patch) | |
| tree | 940827d313e8ac59b27f840e20c6775f61678e33 | |
| parent | e3ffe85670326306db65866e227869b34c76bd64 (diff) | |
internal/rosa/meson: disable fallback
For some reason nodownload still allows fallback in some cases.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/meson.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/meson.go b/internal/rosa/meson.go index 638074b9..0aed385b 100644 --- a/internal/rosa/meson.go +++ b/internal/rosa/meson.go @@ -128,7 +128,7 @@ cd "$(mktemp -d)" meson setup \ ` + strings.Join(slices.Collect(func(yield func(string) bool) { for _, v := range append([]KV{ - {"wrap-mode", "nodownload"}, + {"wrap-mode", "nofallback"}, {"prefix", "/system"}, {"buildtype", "release"}, }, attr.Setup...) { |
