Skip to content

Commit

Permalink
Bug 1807780 - Fix win aarch64 build bustage. CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandor Molnar committed Dec 29, 2022
1 parent 218c654 commit 5a84fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/win64-aarch64/mozconfig.vs2017
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ if [ -z "${VSPATH}" ]; then
fi

if [ -d "${VSPATH}" ]; then
export WIN32_REDIST_DIR="${VSPATH}/vc/redist/msvc/14.16.27012/arm64/microsoft.vc141.crt"
export WIN32_REDIST_DIR="${VSPATH}/VC/Redist/MSVC/14.16.27012/arm64/Microsoft.VC141.CRT"
export WINSYSROOT="${VSPATH}"
fi

0 comments on commit 5a84fcb

Please sign in to comment.