summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2016-11-28 16:57:16 +0100
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2016-11-28 16:57:16 +0100
commit12ce86067153f3b08b2b65df8ce8322c090b02b2 (patch)
tree4f55fd58953aeb1bd37535a05e9b35c47eb6d003 /build.sh
parentd881ff8cb6d3b18a242bab87c1930328677629f4 (diff)
downloadnss-hg-12ce86067153f3b08b2b65df8ce8322c090b02b2.tar.gz
Bug 1237872 - fix nspr 32-bit builds, r=ttaubert
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5af3d3402..f00e9ba05 100755
--- a/build.sh
+++ b/build.sh
@@ -121,7 +121,6 @@ if [ "$build_64" == "1" ]; then
nspr_opt+=(--enable-64bit)
else
gyp_params+=(-Dtarget_arch=ia32)
- nspr_opt+=(--enable-x32)
fi
# clone fuzzing stuff