Bill Gianopoulos 1 year ago
parent
commit
76354cef8b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      mozilla-central/patches/9999999-with-vs2019.patch

+ 4 - 4
mozilla-central/patches/9999999-with-vs2019.patch

@@ -7,10 +7,10 @@ Bug 9999999 - permit --with-visual-studio-version=2019.
 diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
 --- a/build/moz.configure/toolchain.configure
 +++ b/build/moz.configure/toolchain.configure
-@@ -535,27 +535,26 @@ def get_vc_paths(topsrcdir):
- def host_is_windows(host):
-     if host.kernel == "WINNT":
-         return True
+@@ -523,27 +523,26 @@ def get_vc_paths(topsrcdir):
+         )
+         tools_path = os.path.join(path, r"VC\Tools\MSVC", tools_version)
+         yield (Version(install["installationVersion"]), tools_path)
  
  
  option(