Instead of using an absolute path, git-gui can discover its gui library using a relative path from execdir. We want to use the relative path discovery on MinGW to avoid issues with translation of absolute paths. Signed-off-by: Steffen Prohaska <prohaska@xxxxxx> --- git-gui/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-gui/Makefile b/git-gui/Makefile index b19fb2d..ec4b33e 100644 --- a/git-gui/Makefile +++ b/git-gui/Makefile @@ -156,6 +156,7 @@ endif ifneq (,$(findstring MINGW,$(uname_S))) NO_MSGFMT=1 GITGUI_WINDOWS_WRAPPER := YesPlease + GITGUI_RELATIVE := 1 endif ifdef GITGUI_MACOSXAPP -- 1.6.0.rc0.79.gb0320 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html