diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-15 20:18:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-15 20:18:34 +0900 |
| commit | 49b6526a38ba549f0f68f9eb8aa0a210c516c7f0 (patch) | |
| tree | 95868956a7222b039812c5d2b6e501d8b7ffb443 /internal/rosa/kmod.go | |
| parent | f9c31df94d67e0bdabf297bfba74c8affd6cdb4e (diff) | |
internal/rosa: remove redundant meson flags
These have no effect.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/kmod.go')
| -rw-r--r-- | internal/rosa/kmod.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/kmod.go b/internal/rosa/kmod.go index c32e4167..2ac319dc 100644 --- a/internal/rosa/kmod.go +++ b/internal/rosa/kmod.go @@ -21,7 +21,6 @@ func (t Toolchain) newKmod() pkg.Artifact { }, nil, nil, ` cd "$(mktemp -d)" meson setup \ - --reconfigure \ --buildtype=release \ --prefix=/system \ -Dsysconfdir=/system/etc \ |
