diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-10 18:43:55 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-06-10 19:59:35 -0400 |
commit | eed1b5bbfb49d2425417bc342ecabe9edc206cdf (patch) | |
tree | 43765e211915264a22124b0e1e86a391051685c3 /src/wix.vsconfig | |
parent | 4946477e98000db6769facea5c1cab8f50386b94 (diff) | |
download | wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.tar.gz wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.tar.bz2 wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.zip |
Build native code with VC v143 toolset only.
v143 output is compatible back to VS2017 (at least).
Fixes https://github.com/wixtoolset/issues/issues/8211.
Diffstat (limited to 'src/wix.vsconfig')
-rw-r--r-- | src/wix.vsconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wix.vsconfig b/src/wix.vsconfig index f72cc5e4..8fb74dfc 100644 --- a/src/wix.vsconfig +++ b/src/wix.vsconfig | |||
@@ -1,6 +1,5 @@ | |||
1 | { | 1 | { |
2 | "version": "1.0", | 2 | "version": "1.0", |
3 | "components": [ | 3 | "components": [ |
4 | "Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre" | ||
5 | ] | 4 | ] |
6 | } | 5 | } |