aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorNaveen M K <naveen@syrusdark.website>2021-05-28 22:35:36 +0530
committerXavier Claessens <xclaesse@gmail.com>2021-05-28 15:16:37 -0400
commit495e76d10a65df9e19e96e5470d64644da0e8099 (patch)
tree7c270dbb04b3129d65baefd636b4a060bb4c0c20 /mesonbuild
parent7ec52679391f2482f8dda2ebfc7f79bd6c89a071 (diff)
downloadmeson-495e76d10a65df9e19e96e5470d64644da0e8099.zip
meson-495e76d10a65df9e19e96e5470d64644da0e8099.tar.gz
meson-495e76d10a65df9e19e96e5470d64644da0e8099.tar.bz2
Remove `Microsoft.VisualStudio.Workload.WDExpress`
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/mesonmain.py1
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'