aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-09-02 01:21:58 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-09-02 01:21:58 +0200
commitbb9280267bfb78a8d69adea02f5ed7894833b19d (patch)
tree7cda0c2d80afafb046790955711eb5af1582ebdc /Makefile
parentc624a89b4f1cccfefd60424a3181d76e4692fa4d (diff)
downloadEpisodeBrowser-bb9280267bfb78a8d69adea02f5ed7894833b19d.tar.gz
Improve Windows XP compatibility.
Various bug fixes.
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)