From c831f40e9b1c2bcc3d1fdb5c5dfff5d51524447a Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 2 Aug 2020 18:44:13 +0200 Subject: [PATCH] Unfortunately there's no other way than using the absolute path to init the correct MSVC 2017 environment. --- src/msbuild.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msbuild.cmd b/src/msbuild.cmd index 129817d6a..5736846da 100644 --- a/src/msbuild.cmd +++ b/src/msbuild.cmd @@ -1,2 +1,2 @@ -call "%VS140COMNTOOLS%vsvars32.bat" +call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat" msbuild.exe %*