summaryrefslogtreecommitdiff
path: root/moz.configure
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-30 15:39:29 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-10-30 15:39:29 -0400
commit13a6284ef188b56475aa5a56083d5d419d3524e0 (patch)
tree13e4e1d7586be2ff58c63e9f610bbcd8dc565295 /moz.configure
parent378c086ef4e05803e04be104e2cb488734c57715 (diff)
downloadaura-central-13a6284ef188b56475aa5a56083d5d419d3524e0.tar.gz
Issue %3031 - Remove Visual Studio build-backend
Diffstat (limited to 'moz.configure')
-rw-r--r--moz.configure5
1 files changed, 0 insertions, 5 deletions
diff --git a/moz.configure b/moz.configure
index a4bba5bc3..68450543f 100644
--- a/moz.configure
+++ b/moz.configure
@@ -95,11 +95,6 @@ def build_backend_defaults(artifact_builds, compile_environment, _):
all_backends = ['FasterMake+RecursiveMake']
else:
all_backends = ['RecursiveMake', 'FasterMake']
- # Normally, we'd use target.os == 'WINNT', but a dependency on target
- # would require target to depend on --help, as well as host and shell,
- # and this is not a can of worms we can open at the moment.
- if sys.platform == 'win32' and compile_environment:
- all_backends.append('VisualStudio')
return tuple(all_backends)
option('--build-backends', nargs='+', default=build_backend_defaults,