Commit 86e41ec
committed
fix(build.mcpp): name the compiled program .exe on Windows (#230)
build.mcpp compiled to build.mcpp.bin, which Windows cmd.exe (the
capture_exec shell there) cannot launch — .bin is not in PATHEXT. Name it
build.mcpp.exe on Windows (is_windows is constexpr; non-Windows keeps
.bin, bytes unchanged). Surfaces once a workspace build.mcpp member is
reached on Windows, after the scanner symlink-escape crash fix (df985df)
stops masking it as exit 127.1 parent 4c9d793 commit 86e41ec
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
540 | 547 | | |
541 | 548 | | |
542 | 549 | | |
| |||
0 commit comments