Commit 2f0774f
committed
fix: Windows ninja rules — skip BMI restat (requires POSIX shell)
The cxx_module rule used shell commands (if/cp/cmp/mv/rm) for BMI
restat optimization. These don't work on Windows cmd.exe. Skip the
restat on Windows — dyndep still provides correct incremental builds.1 parent a3b53ff commit 2f0774f
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
223 | 229 | | |
224 | 230 | | |
225 | 231 | | |
| |||
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| 240 | + | |
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
| |||
0 commit comments