summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBenjamin Beurdouche <benjamin.beurdouche@inria.fr>2020-11-30 17:48:49 +0000
committerBenjamin Beurdouche <benjamin.beurdouche@inria.fr>2020-11-30 17:48:49 +0000
commit27fe4f4d357339436d7953770201f0bcd7e4ba77 (patch)
treeaa05f6f52978e74b1d8bfef8e092191178b82e61 /build.sh
parent358e174004f37ff427496ec69eda3f23ff110dae (diff)
downloadnss-hg-27fe4f4d357339436d7953770201f0bcd7e4ba77.tar.gz
Bug 1678384 - Add a build flag to allow building nssckbi-testlib in m-c r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D98154
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 51a6203fc..47e6904bc 100755
--- a/build.sh
+++ b/build.sh
@@ -131,6 +131,7 @@ while [ $# -gt 0 ]; do
--mozpkix-only) gyp_params+=(-Dmozpkix_only=1 -Ddisable_tests=1 -Dsign_libs=0) ;;
--disable-keylog) sslkeylogfile=0 ;;
--enable-legacy-db) gyp_params+=(-Ddisable_dbm=0) ;;
+ --mozilla-central) gyp_params+=(-Dmozilla_central=1) ;;
-D*) gyp_params+=("$1") ;;
*) show_help; exit 2 ;;
esac