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:
@@ -1,6 +1,9 @@
|
||||
[source]
|
||||
git = "https://github.com/ninja-build/ninja"
|
||||
rev = "v1.13.1"
|
||||
patches = [
|
||||
"redox.patch",
|
||||
]
|
||||
|
||||
[build]
|
||||
template = "cmake"
|
||||
|
||||
Reference in New Issue
Block a user