From 9f7c5c205b73f7d6e39fca0beb1ec7c178bcf394 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Tue, 24 Mar 2020 13:37:31 +0100 Subject: [PATCH] Enforce the YQ2_OSTYPE override for mingw. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ec1d6ae..6f2c35d2 100755 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif # Special case for MinGW ifneq (,$(findstring MINGW,$(YQ2_OSTYPE))) -YQ2_OSTYPE ?= Windows +YQ2_OSTYPE := Windows endif # Detect the architecture