summaryrefslogtreecommitdiffstats
path: root/build/win32/mozconfig.vs2019
blob: 5dc75747449002b4fb3fb655862937c62d3dc033 (plain)
1
2
3
4
5
6
7
8
9
10
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/x86/Microsoft.VC142.CRT"
    export WINSYSROOT="${VSPATH}"
fi

ac_add_options --target=i686-pc-windows-msvc