From: Steffen Prohaska Date: Sun, 27 Jul 2008 16:49:42 +0000 (+0200) Subject: git-gui (Windows): Switch to relative discovery of oguilib X-Git-Tag: v1.6.0-rc2~51^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f57ddcc5ecf16d1fff4b6e222352c3220fe8120f;p=thirdparty%2Fgit.git git-gui (Windows): Switch to relative discovery of oguilib 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 Signed-off-by: Shawn O. Pearce --- diff --git a/Makefile b/Makefile index c9d67fe98e..55765c8a3a 100644 --- a/Makefile +++ b/Makefile @@ -160,6 +160,7 @@ endif ifneq (,$(findstring MINGW,$(uname_S))) NO_MSGFMT=1 GITGUI_WINDOWS_WRAPPER := YesPlease + GITGUI_RELATIVE := 1 endif ifdef GITGUI_MACOSXAPP