aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cba8b06..d45a2c7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ VS_TOOLSET ?= v142
VS_PLATFORM ?= x64
ifeq ($(SYSTEM), mingw)
-DIR = $(DIR)
+DIR = b/mingw
OUT = $(DIR)
else ifeq ($(SYSTEM), vs2019)
DIR = b/vs2019-$(VS_TOOLSET)-$(VS_PLATFORM)