File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,11 @@ ifeq ($(uname_S),Windows)
425
425
NATIVE_CRLF = YesPlease
426
426
INTERNAL_QSORT = YesPlease
427
427
DEFAULT_HELP_FORMAT = html
428
+ ifeq (/mingw64,$(subst 32,64,$(prefix)))
429
+ # Move system config into top-level /etc/
430
+ ETC_GITCONFIG = ../etc/gitconfig
431
+ ETC_GITATTRIBUTES = ../etc/gitattributes
432
+ endif
428
433
429
434
CC = compat/vcbuild/scripts/clink.pl
430
435
AR = compat/vcbuild/scripts/lib.pl
@@ -671,6 +676,11 @@ else
671
676
NO_CURL =
672
677
USE_NED_ALLOCATOR = YesPlease
673
678
NO_PYTHON =
679
+ ifeq (/mingw64,$(subst 32,64,$(prefix)))
680
+ # Move system config into top-level /etc/
681
+ ETC_GITCONFIG = ../etc/gitconfig
682
+ ETC_GITATTRIBUTES = ../etc/gitattributes
683
+ endif
674
684
else
675
685
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO
676
686
NO_CURL = YesPlease
You can’t perform that action at this time.
0 commit comments