diff options
author | Mike Hommey <mh+mozilla@glandium.org> | 2014-09-05 12:00:14 +0200 |
---|---|---|
committer | Mike Hommey <mh+mozilla@glandium.org> | 2014-09-05 12:00:14 +0200 |
commit | 53a098cbab81c774ae797348b2c597dee1635a73 (patch) | |
tree | daa8ef81062b501f5cc1774a3bb707692c131b80 /manifest.mn | |
parent | 67c675d66e3b3175ef53ef35936ee660086ea456 (diff) | |
download | nss-hg-53a098cbab81c774ae797348b2c597dee1635a73.tar.gz |
Bug 1057783 - Add support for little-endian powerpc64, r=kaie
Diffstat (limited to 'manifest.mn')
-rw-r--r-- | manifest.mn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.mn b/manifest.mn index 666a2b997..bcc60171f 100644 --- a/manifest.mn +++ b/manifest.mn @@ -11,3 +11,7 @@ IMPORTS = nspr20/v4.8 \ RELEASE = nss DIRS = coreconf lib cmd + +ifdef NSS_BUILD_GTESTS +DIRS += gtests +endif |