зеркало из https://github.com/microsoft/git.git
Makefile: fix typo
We checked NO_SETENV instead of NO_UNSETENV to decide if unsetenv is available. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
c9b0597d3d
Коммит
104ff34a74
2
Makefile
2
Makefile
|
@ -496,7 +496,7 @@ ifdef NO_SETENV
|
|||
COMPAT_CFLAGS += -DNO_SETENV
|
||||
COMPAT_OBJS += compat/setenv.o
|
||||
endif
|
||||
ifdef NO_SETENV
|
||||
ifdef NO_UNSETENV
|
||||
COMPAT_CFLAGS += -DNO_UNSETENV
|
||||
COMPAT_OBJS += compat/unsetenv.o
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче