Skip to content

Commit

Permalink
Merge pull request #2115 from dscho/gfw/msys2-3.x
Browse files Browse the repository at this point in the history
mingw: allow building with an MSYS2 runtime v3.x
  • Loading branch information
dscho committed Mar 10, 2019
2 parents 1a02835 + 0f22e2e commit eb5d06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mak.uname
Expand Up @@ -626,7 +626,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
NO_GETTEXT = YesPlease
COMPAT_CLFAGS += -D__USE_MINGW_ACCESS
else
ifeq ($(shell expr "$(uname_R)" : '2\.'),2)
ifneq ($(shell expr "$(uname_R)" : '1\.'),2)
# MSys2
prefix = /usr/
# Enable DEP
Expand Down

0 comments on commit eb5d06f

Please sign in to comment.