diff --git a/Makefile b/Makefile index b0d54cb3a..9cd712599 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ endif ifneq ($(findstring MSYS,$(shell uname)),) WINDOWS := 1 endif +ifneq ($(findstring microsoft,$(shell uname -a)),) + WINDOWS := 1 +endif #------------------------------------------------------------------------------- # Files