Commit 8d76b57
committed
fix: Windows binary output needs .exe suffix + clean ldflags
LinkUnit output was "bin/mcpp" without .exe on Windows. Clang+MSVC
linker may or may not add .exe automatically, but the find command
needs it. Explicitly add .exe suffix for Binary and TestBinary targets.1 parent 612a84c commit 8d76b57
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
185 | 192 | | |
| 193 | + | |
186 | 194 | | |
187 | 195 | | |
188 | 196 | | |
| |||
0 commit comments