Skip to content

Commit f57ddcc

Browse files
sprohaskaspearce
authored andcommitted
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 <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent f8f1acf commit f57ddcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ endif
160160
ifneq (,$(findstring MINGW,$(uname_S)))
161161
NO_MSGFMT=1
162162
GITGUI_WINDOWS_WRAPPER := YesPlease
163+
GITGUI_RELATIVE := 1
163164
endif
164165

165166
ifdef GITGUI_MACOSXAPP

0 commit comments

Comments
 (0)