We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cb19e commit d4fcc46Copy full SHA for d4fcc46
config.mak.uname
@@ -529,6 +529,19 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
529
else
530
NO_CURL = YesPlease
531
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
545
546
ifeq ($(uname_S),QNX)
547
COMPAT_CFLAGS += -DSA_RESTART=0
0 commit comments