From 38339583ac26768e8284a814071a89bacdb09b77 Mon Sep 17 00:00:00 2001 From: jo <47287396+Technach@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:36:15 -0400 Subject: [PATCH] Prevent WSL from using wine this won't work if you disable interop --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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