mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Include fnmatch from GNU make.
This commit is contained in:
committed by
Johannes Sixt
parent
649a5ce8d6
commit
b4792a360e
4
Makefile
4
Makefile
@@ -425,8 +425,8 @@ ifneq (,$(findstring MINGW,$(uname_S)))
|
||||
NO_STRCASESTR=YesPlease
|
||||
NO_STRLCPY=YesPlease
|
||||
NO_ICONV=YesPlease
|
||||
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS
|
||||
COMPAT_OBJS += compat/mingw.o
|
||||
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -I compat
|
||||
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o
|
||||
EXTLIBS += -lws2_32 -lregex
|
||||
X = .exe
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user