diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-30 00:16:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-30 00:18:22 +0900 |
| commit | 6487b41d922f56d46167802780fcde62d1f27095 (patch) | |
| tree | a17e76fcb4cd790c3396a26960d45430672c0637 /internal/rosa/cmake.go | |
| parent | 7908fb9583cb6af84345508390ec9ea9fc986763 (diff) | |
internal/rosa: remove legacy exec helper
This change also adds a fourth stage to the bootstrap machinery, offering more correct toolchain validation that works around LLVM dynamic linking flaws.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/cmake.go')
| -rw-r--r-- | internal/rosa/cmake.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/cmake.go b/internal/rosa/cmake.go index 43defd87..8a67f4bc 100644 --- a/internal/rosa/cmake.go +++ b/internal/rosa/cmake.go @@ -35,7 +35,7 @@ type CMakeHelper struct { var _ Helper = new(CMakeHelper) // extra returns the cmake handle alongside either ninja or make. -func (attr *CMakeHelper) extra(int) P { +func (attr *CMakeHelper) extra() P { if attr != nil && attr.Make { return P{_cmake, _make} } |
