summaryrefslogtreecommitdiff
path: root/nss/automation/taskcluster/windows/setup64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nss/automation/taskcluster/windows/setup64.sh')
-rw-r--r--nss/automation/taskcluster/windows/setup64.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/nss/automation/taskcluster/windows/setup64.sh b/nss/automation/taskcluster/windows/setup64.sh
new file mode 100644
index 0000000..f308298
--- /dev/null
+++ b/nss/automation/taskcluster/windows/setup64.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+set -v -e -x
+
+source $(dirname $0)/setup.sh
+
+export WIN32_REDIST_DIR="${VSPATH}/VC/redist/x64/Microsoft.VC140.CRT"
+export WIN_UCRT_REDIST_DIR="${VSPATH}/SDK/Redist/ucrt/DLLs/x64"
+export PATH="${NINJA_PATH}:${VSPATH}/VC/bin/amd64:${VSPATH}/VC/bin:${VSPATH}/SDK/bin/x64:${VSPATH}/VC/redist/x64/Microsoft.VC140.CRT:${VSPATH}/SDK/Redist/ucrt/DLLs/x64:${PATH}"
+export LIB="${VSPATH}/VC/lib/amd64:${VSPATH}/SDK/lib/10.0.14393.0/ucrt/x64:${VSPATH}/SDK/lib/10.0.14393.0/um/x64"