You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ninja invocation — use shq() instead of hardcoded single quotes
ninja_backend.cppm used hardcoded single quotes for paths, which
don't work on Windows (cmd.exe). Use shq() for cross-platform
quoting. Also fix ninja binary lookup to use .exe on Windows.
0 commit comments