Skip to content

Commit

Permalink
update VSredist
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jan 10, 2024
1 parent 24c2a91 commit 2c04ce4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mozconfigs/mozconfig-win
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export MOZ_DATA_REPORTING=0
export MOZ_REQUIRE_SIGNING=

# Installer
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.36.32532/x64/Microsoft.VC143.CRT"
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.38.33130/x64/Microsoft.VC143.CRT"

# Branding
ac_add_options --with-app-name=mercury
Expand Down
2 changes: 1 addition & 1 deletion mozconfigs/mozconfig-win-avx2
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export MOZ_DATA_REPORTING=0
export MOZ_REQUIRE_SIGNING=

# Installer
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.36.32532/x64/Microsoft.VC143.CRT"
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.38.33130/x64/Microsoft.VC143.CRT"

# Branding
ac_add_options --with-app-name=mercury
Expand Down
2 changes: 1 addition & 1 deletion mozconfigs/mozconfig-win-debug
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export MOZ_DATA_REPORTING=0
export MOZ_REQUIRE_SIGNING=

# Installer
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.36.32532/x64/Microsoft.VC143.CRT"
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.38.33130/x64/Microsoft.VC143.CRT"

# Branding
ac_add_options --with-app-name=mercury
Expand Down
2 changes: 1 addition & 1 deletion mozconfigs/mozconfig-win-sse3
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export MOZ_DATA_REPORTING=0
export MOZ_REQUIRE_SIGNING=

# Installer
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.36.32532/x64/Microsoft.VC143.CRT"
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.38.33130/x64/Microsoft.VC143.CRT"

# Branding
ac_add_options --with-app-name=mercury
Expand Down
2 changes: 1 addition & 1 deletion mozconfigs/mozconfig-win-sse4
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export MOZ_DATA_REPORTING=0
export MOZ_REQUIRE_SIGNING=

# Installer
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.36.32532/x64/Microsoft.VC143.CRT"
export WIN32_REDIST_DIR="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Redist/MSVC/14.38.33130/x64/Microsoft.VC143.CRT"

# Branding
ac_add_options --with-app-name=mercury
Expand Down

0 comments on commit 2c04ce4

Please sign in to comment.