Merge pull request #184 from Aftnet/master

Build fix VS2017
This commit is contained in:
Twinaphex
2017-12-18 07:36:47 +01:00
committed by GitHub

View File

@@ -319,6 +319,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
CC = cl.exe
CXX = cl.exe
LD = link.exe
reg_query = $(call filter_out2,$(subst $2,,$(shell reg query "$2" -v "$1" 2>nul)))
fix_path = $(subst $(SPACE),\ ,$(subst \,/,$1))