diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:08:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:08:18 +0900 |
| commit | 57e1e5141db87070e009aa56690d226d466ba69b (patch) | |
| tree | 98f370fa13f1f63a3ae5ba03b0d94c077da13ae0 /internal | |
| parent | 1440195c3f705bc915abbf1d6c640ce44760e213 (diff) | |
internal/rosa/ninja: remove cmake dependency
This does not actually depend on cmake. This is left over from very early on.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/ninja.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/ninja.go b/internal/rosa/ninja.go index 76f0340d..50772aec 100644 --- a/internal/rosa/ninja.go +++ b/internal/rosa/ninja.go @@ -8,7 +8,6 @@ func (t Toolchain) newNinja() pkg.Artifact { checksum = "ygKWMa0YV2lWKiFro5hnL-vcKbc_-RACZuPu0Io8qDvgQlZ0dxv7hPNSFkt4214v" ) return t.New("ninja-"+version, 0, []pkg.Artifact{ - t.Load(CMake), t.Load(Python), t.Load(Bash), }, nil, nil, ` |
