diff options
Diffstat (limited to 'moz.configure')
-rw-r--r-- | moz.configure | 5 |
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, |