summaryrefslogtreecommitdiffstats
path: root/build/win64/mozconfig.vs2019
blob: 78c9b4cf85d270d27e2ef89d27a9c675a7432054 (plain)
1
2
3
4
5
6
7
8
9
if [ -z "${VSPATH}" ]; then
    VSPATH="$(cd ${MOZ_FETCHES_DIR} && pwd)/vs"
fi

if [ -d "${VSPATH}" ]; then
    export WIN32_REDIST_DIR=${VSPATH}/VC/Redist/MSVC/14.29.30133/x64/Microsoft.VC142.CRT
    export WIN_UCRT_REDIST_DIR="${VSPATH}/Windows Kits/10/Redist/10.0.19041.0/ucrt/DLLs/x64"
    export WINSYSROOT="${VSPATH}"
fi