From 4f9136d45fb3fad5d97d8425171c049b3f26a985 Mon Sep 17 00:00:00 2001 From: doyle Date: Mon, 17 Apr 2023 09:51:34 +1000 Subject: [PATCH] msvc: Update changelog for VCToolsInstallDir fix --- win_portable_msvc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/win_portable_msvc.py b/win_portable_msvc.py index e7e5847..3def800 100644 --- a/win_portable_msvc.py +++ b/win_portable_msvc.py @@ -11,7 +11,9 @@ # Changelog # 2023-04-15 # - Fix "msvc-{version}.bat" script generating trailing "\;" on -# VCToolsInstallDir environment variable +# VCToolsInstallDir environment variable. clang-cl relies on this variable to +# identify the location of the Visual Studio toolchain or otherwise reports a +# program invocation error during the linking stage. # # 2023-01-30 # - Generate the short-hand version of the msvc-{version}.bat and