Skip to content

Commit d4fcc46

Browse files
committed
Start supporting MSys2 in config.mak.uname
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e8cb19e commit d4fcc46

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config.mak.uname

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,19 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
529529
else
530530
NO_CURL = YesPlease
531531
endif
532+
ifeq (MINGW32,$(MSYSTEM))
533+
CC = gcc
534+
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
535+
prefix = /mingw32/
536+
INSTALL = /bin/install
537+
NO_R_TO_GCC_LINKER = YesPlease
538+
INTERNAL_QSORT = YesPlease
539+
HAVE_LIBCHARSET_H = YesPlease
540+
NO_GETTEXT = YesPlease
541+
USE_LIBPCRE= YesPlease
542+
NO_CURL =
543+
USE_NED_ALLOCATOR =
544+
endif
532545
endif
533546
ifeq ($(uname_S),QNX)
534547
COMPAT_CFLAGS += -DSA_RESTART=0

0 commit comments

Comments
 (0)