Enforce the YQ2_OSTYPE override for mingw.

This commit is contained in:
Yamagi 2020-03-24 13:37:31 +01:00
parent fdef98ffc0
commit 9f7c5c205b

View file

@ -82,7 +82,7 @@ endif
# Special case for MinGW # Special case for MinGW
ifneq (,$(findstring MINGW,$(YQ2_OSTYPE))) ifneq (,$(findstring MINGW,$(YQ2_OSTYPE)))
YQ2_OSTYPE ?= Windows YQ2_OSTYPE := Windows
endif endif
# Detect the architecture # Detect the architecture