Bill Gianopoulos 1 year ago
parent
commit
b75e65f97a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mozilla-central/patches/9999999-with-vs2019-vs2022.patch

+ 2 - 2
mozilla-central/patches/9999999-with-vs2019-vs2022.patch

@@ -7,7 +7,7 @@ Bug 9999999 - permit specifying 2019 and 2022 for --with-visual-studio-version.
 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
-@@ -527,17 +527,17 @@ def get_vc_paths(topsrcdir):
+@@ -531,17 +531,17 @@ def get_vc_paths(topsrcdir):
          )
          tools_path = os.path.join(path, r"VC\Tools\MSVC", tools_version)
          yield (Version(install["installationVersion"]), tools_path)
@@ -26,7 +26,7 @@ diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolc
  @depends_if("--with-visual-studio-version", when=host_is_windows)
  def vs_version(value):
      return value[0]
-@@ -597,17 +597,17 @@ def vc_compiler_paths_for_version(host, 
+@@ -601,17 +601,17 @@ def vc_compiler_paths_for_version(host, 
      elif host.kernel != "WINNT":
          # Don't try to do anything when VC_PATH is not set on cross-compiles.
          return