diff options
author | Naveen M K <naveen@syrusdark.website> | 2021-05-28 22:35:36 +0530 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-05-28 15:16:37 -0400 |
commit | 495e76d10a65df9e19e96e5470d64644da0e8099 (patch) | |
tree | 7c270dbb04b3129d65baefd636b4a060bb4c0c20 | |
parent | 7ec52679391f2482f8dda2ebfc7f79bd6c89a071 (diff) | |
download | meson-495e76d10a65df9e19e96e5470d64644da0e8099.zip meson-495e76d10a65df9e19e96e5470d64644da0e8099.tar.gz meson-495e76d10a65df9e19e96e5470d64644da0e8099.tar.bz2 |
Remove `Microsoft.VisualStudio.Workload.WDExpress`
-rw-r--r-- | mesonbuild/mesonmain.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py index e79ab22..c25e0e3 100644 --- a/mesonbuild/mesonmain.py +++ b/mesonbuild/mesonmain.py @@ -75,7 +75,6 @@ def setup_vsenv(): '-prerelease', '-requiresAny', '-requires', 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64', - '-requires', 'Microsoft.VisualStudio.Workload.WDExpress', '-products', '*', '-format', 'json' |