From 08068a825b476b4744f2baa8c62008b393aef50d Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sun, 19 Apr 2020 22:12:02 +0200 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1fe581..7605e40 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -IsMinGW := $(findstring MSYS,$(shell uname -s)) +IsMinGW := $(findstring MINGW,$(shell uname -s)) IsDarwin := $(findstring Darwin,$(shell uname -s)) ifneq (,$(IsMinGW)) TARGET_ARCH := mingw