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>
This commit is contained in:
2026-03-02 13:08:18 +09:00
parent 1440195c3f
commit 57e1e5141d

View File

@@ -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, `