Commit 7608a50
committed
Fix antlr4-cpp-runtime VERSION filename collision on Windows
On case-insensitive filesystems (Windows), antlr4-cpp-runtime's VERSION file collides with C++ standard library <version> header, causing build failures. Adding powershell-based patch_win_cmds to correctly rename it inside Windows Kokoro builds.
PiperOrigin-RevId: 9224657501 parent 78b2d31 commit 7608a50
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments