diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |