summaryrefslogtreecommitdiffstats
path: root/build/win64/mozconfig.vs2019
blob: e0d5da8203c09b97c6a51ac2ce5efc99db3cd283 (plain)
1
2
3
4
5
6
7
8
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 WINSYSROOT="${VSPATH}"
fi