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: Windows cmd.exe quoting and clang-scan-deps lookup in cli.cppm
- Replace single-quoted shell arguments with double-quoted ones on Windows
for ninja fast-path (-C dir), mcpp run, and mcpp test binary invocations
(cmd.exe does not understand POSIX single quotes)
- Guard the sandbox PATH prefix injection under #if !defined(_WIN32) since
PATH='...':\"$PATH\" is a POSIX-only shell idiom
- Replace the inline clang-scan-deps path construction with a call to
mcpp::toolchain::clang::find_scan_deps() which already handles .exe on
Windows; add the required import mcpp.toolchain.clang
0 commit comments