Skip to content

Commit eb5d06f

Browse files
authored
Merge pull request #2115 from dscho/gfw/msys2-3.x
mingw: allow building with an MSYS2 runtime v3.x
2 parents 1a02835 + 0f22e2e commit eb5d06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
626626
NO_GETTEXT = YesPlease
627627
COMPAT_CLFAGS += -D__USE_MINGW_ACCESS
628628
else
629-
ifeq ($(shell expr "$(uname_R)" : '2\.'),2)
629+
ifneq ($(shell expr "$(uname_R)" : '1\.'),2)
630630
# MSys2
631631
prefix = /usr/
632632
# Enable DEP

0 commit comments

Comments
 (0)