Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 8a9d635

Browse files
committed
[[ Win32Build ]] Fix compile errors due to trailing CRLF in prebuilt version files
1 parent 6499fd7 commit 8a9d635

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
*.sh text eol=lf
3030
*.inc text eol=lf
3131

32+
# These files are processed by cygwin+bash so make sure they don't end with CRLF
33+
prebuilt/versions/* text eol=lf
34+
3235
# Denote all files that are truly binary and should not be modified.
3336
*.png binary
3437
*.jpg binary

0 commit comments

Comments
 (0)