summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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