Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-11 10:16:34 +0300
committerJunio C Hamano <gitster@pobox.com>2019-03-11 10:16:34 +0300
commitbe9f1c02241c31ff170aba6dc66079e511490d23 (patch)
tree1b461ca3a2edec1b18efc63705a163ccae00dc89 /config.mak.uname
parenta07baf33e37ddeb82778e572aea2d506d970b5ab (diff)
parentaeb582a98374c094361cba1bd756dc6307432c42 (diff)
Sync with maint
* maint: mingw: allow building with an MSYS2 runtime v3.x
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index dcf8bd7c75..41e85fab1c 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -568,7 +568,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/
ifeq (MINGW32,$(MSYSTEM))