| author | |
| committer | |
| log | a863d899e121f11fd21c3bd14afe47a9a0ff23b5 |
| tree | 18bcfeb74c058ea1074819eb3b4338faefb35ba2 |
| parent | 80d8515e3a9aa1edf2549a190e8e4d495d8028ca |
1 files changed, 2 insertions(+), 0 deletions(-)
ci/azure/windows_mingw_script+2| ... | ... | @@ -11,6 +11,8 @@ git config core.abbrev 9 |
| 11 | 11 | # git is mangling files on Windows by default. |
| 12 | 12 | # This is the second bug I've tracked down to being caused by autocrlf. |
| 13 | 13 | git config core.autocrlf false |
| 14 | # Too late; the files are already mangled. | |
| 15 | git checkout . | |
| 14 | 16 | |
| 15 | 17 | ZIGBUILDDIR="$(pwd)/build" |
| 16 | 18 | PREFIX="$ZIGBUILDDIR/dist" |