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>
This commit is contained in:
Steffen Prohaska 2008-07-27 18:49:42 +02:00 коммит произвёл Shawn O. Pearce
Родитель f8f1acf339
Коммит f57ddcc5ec
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -160,6 +160,7 @@ endif
ifneq (,$(findstring MINGW,$(uname_S)))
NO_MSGFMT=1
GITGUI_WINDOWS_WRAPPER := YesPlease
GITGUI_RELATIVE := 1
endif
ifdef GITGUI_MACOSXAPP