diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-10 18:43:55 -0400 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-10-04 12:06:17 -0700 |
commit | 6b0a0837afdcaea5cf6f55832ad88fb147b9860b (patch) | |
tree | a9b70f2355c0c28a3b81bc2de844b336a7ab3cd8 /src/wix.vsconfig | |
parent | cff717e0122bbb52d4d808d9b2cca88f25451211 (diff) | |
download | wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.tar.gz wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.tar.bz2 wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.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 '')
-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 | } |