From 40cb1f25d4237a483f53fa435308608095b27d1c Mon Sep 17 00:00:00 2001 From: Anton Filatov Date: Wed, 6 Jun 2018 17:58:47 +0300 Subject: [PATCH] Fix for Microsoft Visual Studio 2017 bin files for different architectures are now located in SDK version specific sub folder --- BaseTools/Conf/tools_def.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index 7e9c915755ed..1383a55e4ec3 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -102,7 +102,7 @@ DEFINE WINSDK81_BIN = ENV(WINSDK81_PREFIX)x86\ DEFINE WINSDK81x86_BIN = ENV(WINSDK81x86_PREFIX)x64 # Microsoft Visual Studio 2017 Professional Edition -DEFINE WINSDK10_BIN = ENV(WINSDK10_PREFIX)DEF(VS2017_HOST) +DEFINE WINSDK10_BIN = ENV(WINSDK10_PREFIX)ENV(WindowsSDKVersion)DEF(VS2017_HOST) # These defines are needed for certain Microsoft Visual Studio tools that # are used by other toolchains. An example is that ICC on Windows normally