Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgit
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 818a0ab45ce02d6c90522213ec9cb4dd45bd83be..c8054507e935366fc43b164d372ca699844cede5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-126,6
+126,9
@@
ifeq ($(uname_S),Darwin)
GITGUI_MACOSXAPP := YesPlease
endif
endif
+ifneq (,$(findstring MINGW,$(uname_S)))
+ NO_MSGFMT=1
+endif
ifdef GITGUI_MACOSXAPP
GITGUI_MAIN := git-gui.tcl