diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-27 13:26:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-27 15:45:58 +0900 |
| commit | a5d9f76f50b86c69df11e1b178fe3e079dce79b6 (patch) | |
| tree | 522b52e92cf762aeeaf694da831bd80db80ee30d /cmd | |
| parent | b313dfefb0b072f54297369c033f406fa6d30684 (diff) | |
internal/rosa/cmake: use DESTDIR instead of --prefix
Turns out --prefix is deeply broken, and DESTDIR works even when using ninja.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mbf/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index e5c17ac2..9cde0a94 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -893,7 +893,6 @@ func main() { "with-toolchain", command.BoolFlag(false), "Include the stage2 LLVM toolchain", ) - } c.Command( |
