summaryrefslogtreecommitdiffstats
path: root/build/win32/mozconfig.vs2017
blob: fbe09c17f7ab3c148250f5df5f52662b07dcacfd (plain)
1
2
3
4
5
6
7
8
9
10
11
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.16.27012/x86/Microsoft.VC141.CRT"
    export WIN_UCRT_REDIST_DIR="${VSPATH}/Windows Kits/10/Redist/ucrt/DLLs/x86"
    export WINSYSROOT="${VSPATH}"
fi

ac_add_options --target=i686-pc-mingw32