Attempt to allow native line endings in Windows git checkouts.
Up to now, I've had to set git to preserve line endings when building with MinGW. The problem seems to be gperf. Let's see if this fixes it.
This commit is contained in:
parent
52275deb0e
commit
250b278d0e
|
|
@ -0,0 +1,2 @@
|
|||
# gperf in MSYS chokes on DOS line endings
|
||||
*.gperf text eol=lf
|
||||
Loading…
Reference in New Issue