summaryrefslogtreecommitdiff
path: root/nss/automation/taskcluster/windows/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nss/automation/taskcluster/windows/build.sh')
-rw-r--r--nss/automation/taskcluster/windows/build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/nss/automation/taskcluster/windows/build.sh b/nss/automation/taskcluster/windows/build.sh
index 6c8a474..4613615 100644
--- a/nss/automation/taskcluster/windows/build.sh
+++ b/nss/automation/taskcluster/windows/build.sh
@@ -3,7 +3,11 @@
set -v -e -x
# Set up the toolchain.
-source $(dirname $0)/setup.sh
+if [ "$USE_64" = 1 ]; then
+ source $(dirname $0)/setup64.sh
+else
+ source $(dirname $0)/setup32.sh
+fi
# Clone NSPR.
hg_clone https://hg.mozilla.org/projects/nspr nspr default