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~3^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f57ddcc5ecf16d1fff4b6e222352c3220fe8120f;p=git.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 c9d67fe98..55765c8a3 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