Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Prohaska <prohaska@zib.de>2008-07-27 20:49:42 +0400
committerShawn O. Pearce <spearce@spearce.org>2008-07-30 09:43:37 +0400
commitf57ddcc5ecf16d1fff4b6e222352c3220fe8120f (patch)
tree73a6d67ee70a60099658131d6a632ce6a9944cc5 /Makefile
parentf8f1acf339da302ea912c8dd114042a1ef6f994f (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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