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 86f728c commit cde5a30Copy full SHA for cde5a30
config.mak.uname
@@ -534,9 +534,23 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
534
INTERNAL_QSORT = YesPlease
535
HAVE_LIBCHARSET_H = YesPlease
536
NO_GETTEXT = YesPlease
537
- USE_LIBPCRE= YesPlease
538
else
539
- NO_CURL = YesPlease
+ ifeq ($(shell expr "$(uname_R)" : '2\.'),2)
+ # MSys2
540
+ CC = gcc
541
+ htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
542
+ prefix = /mingw32/
543
+ INSTALL = /bin/install
544
+ NO_R_TO_GCC_LINKER = YesPlease
545
+ INTERNAL_QSORT = YesPlease
546
+ HAVE_LIBCHARSET_H = YesPlease
547
+ NO_GETTEXT = YesPlease
548
+ USE_LIBPCRE= YesPlease
549
+ NO_CURL =
550
+ USE_NED_ALLOCATOR =
551
+ else
552
+ NO_CURL = YesPlease
553
+ endif
554
endif
555
556
ifeq ($(uname_S),QNX)
0 commit comments