зеркало из https://github.com/microsoft/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 <prohaska@zib.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Родитель
f8f1acf339
Коммит
f57ddcc5ec
1
Makefile
1
Makefile
|
@ -160,6 +160,7 @@ endif
|
||||||
ifneq (,$(findstring MINGW,$(uname_S)))
|
ifneq (,$(findstring MINGW,$(uname_S)))
|
||||||
NO_MSGFMT=1
|
NO_MSGFMT=1
|
||||||
GITGUI_WINDOWS_WRAPPER := YesPlease
|
GITGUI_WINDOWS_WRAPPER := YesPlease
|
||||||
|
GITGUI_RELATIVE := 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef GITGUI_MACOSXAPP
|
ifdef GITGUI_MACOSXAPP
|
||||||
|
|
Загрузка…
Ссылка в новой задаче