mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Windows does not have mkdtemp.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
1
Makefile
1
Makefile
@@ -509,6 +509,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
|
||||
OLD_ICONV = YesPlease
|
||||
NO_C99_FORMAT = YesPlease
|
||||
NO_STRTOUMAX = YesPlease
|
||||
NO_MKDTEMP = YesPlease
|
||||
NO_SVN_TESTS=YesPlease
|
||||
NO_PERL_MAKEMAKER=YesPlease
|
||||
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -DSTRIP_EXTENSION=\".exe\" -D__USE_MINGW_ACCESS -I compat
|
||||
|
||||
Reference in New Issue
Block a user