Bug 1869647 - Mark hasStorageAccess.sub.https.window.html as intermittent after wpt...
[gecko.git] / build / win64 / mozconfig.vs2019
blobe0d5da8203c09b97c6a51ac2ce5efc99db3cd283
1 if [ -z "${VSPATH}" ]; then
2     VSPATH="$(cd ${MOZ_FETCHES_DIR} && pwd)/vs"
3 fi
5 if [ -d "${VSPATH}" ]; then
6     export WIN32_REDIST_DIR=${VSPATH}/VC/Redist/MSVC/14.29.30133/x64/Microsoft.VC142.CRT
7     export WINSYSROOT="${VSPATH}"
8 fi