diff options
author | Steffen Prohaska <prohaska@zib.de> | 2008-07-27 18:49:42 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-07-29 22:43:37 -0700 |
commit | f57ddcc5ecf16d1fff4b6e222352c3220fe8120f (patch) | |
tree | 73a6d67ee70a60099658131d6a632ce6a9944cc5 | |
parent | f8f1acf339da302ea912c8dd114042a1ef6f994f (diff) | |
download | git-f57ddcc5ecf16d1fff4b6e222352c3220fe8120f.tar.gz |
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 <prohaska@zib.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ endif ifneq (,$(findstring MINGW,$(uname_S))) NO_MSGFMT=1 GITGUI_WINDOWS_WRAPPER := YesPlease + GITGUI_RELATIVE := 1 endif ifdef GITGUI_MACOSXAPP |