Skip to content

Commit be9f1c0

Browse files
committed
Sync with maint
* maint: mingw: allow building with an MSYS2 runtime v3.x
2 parents a07baf3 + aeb582a commit be9f1c0

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
@@ -568,7 +568,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
568568
NO_GETTEXT = YesPlease
569569
COMPAT_CLFAGS += -D__USE_MINGW_ACCESS
570570
else
571-
ifeq ($(shell expr "$(uname_R)" : '2\.'),2)
571+
ifneq ($(shell expr "$(uname_R)" : '1\.'),2)
572572
# MSys2
573573
prefix = /usr/
574574
ifeq (MINGW32,$(MSYSTEM))

0 commit comments

Comments
 (0)