Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated windows sdk version
this was needed to work for me, but the chances of everyone having the same version number seem pretty low
  • Loading branch information
james-aurizn committed Apr 14, 2020
1 parent 6c48b0e commit 5bd8e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/x86_64.win64-default.mak
Expand Up @@ -91,12 +91,12 @@ else
else
# VS2015
VS_INCLUDE = -I"$(VS_HOME)/VC/include"
VS_INCLUDE += -I"$(WINDOWSSDKDIR)/Include/10.0.10150.0/ucrt"
VS_INCLUDE += -I"$(WINDOWSSDKDIR)/Include/10.0.18362.0/ucrt"
VS_INCLUDE += -I"$(WINDOWSSDKDIR)/../8.1/Include/um"
VS_INCLUDE += -I"$(WINDOWSSDKDIR)/../8.1/Include/shared"

VS_LIB_FLAGS += -L"$(VS_HOME)/VC/lib/amd64"
VS_LIB_FLAGS += -L"$(WINDOWSSDKDIR)/Lib/10.0.10150.0/ucrt/x64"
VS_LIB_FLAGS += -L"$(WINDOWSSDKDIR)/Lib/10.0.18362.0/ucrt/x64"
VS_LIB_FLAGS += -L"$(WINDOWSSDKDIR)/../8.1/Lib/winv6.3/um/x64"
VS_LIB_FLAGS += -L"$(WINDOWSSDKDIR)/../8.1/lib/x64"
endif
Expand Down

0 comments on commit 5bd8e2c

Please sign in to comment.