fix: ninja-build — add redox.patch to patches list

Recipe had redox.patch (fork-based subprocess + getloadavg fallback)
but wasn't declaring it in [source] patches, so cookbook never applied it.
This commit is contained in:
2026-06-29 08:58:22 +03:00
parent ef72728368
commit 18adb41cc4
@@ -1,6 +1,9 @@
[source]
git = "https://github.com/ninja-build/ninja"
rev = "v1.13.1"
patches = [
"redox.patch",
]
[build]
template = "cmake"