MinGW: update tests to handle a native eol of crlf
[gitweb.git] / Makefile
index 07ea1058379ab963648d0df7fd2917e0d2efa8a7..7d12e8edc2c717c7d5b217e6645051459adfdb21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1474,6 +1474,9 @@ ifdef NO_REGEX
        COMPAT_CFLAGS += -Icompat/regex
        COMPAT_OBJS += compat/regex/regex.o
 endif
+ifdef NATIVE_CRLF
+       BASIC_CFLAGS += -DNATIVE_CRLF
+endif
 
 ifdef USE_NED_ALLOCATOR
        COMPAT_CFLAGS += -Icompat/nedmalloc