summaryrefslogtreecommitdiff
path: root/lib/crmf
diff options
context:
space:
mode:
authorTed Mielczarek <ted@mielczarek.org>2016-11-15 12:34:46 -0500
committerTed Mielczarek <ted@mielczarek.org>2016-11-15 12:34:46 -0500
commit585fae8d519b5cac043a72ce2316b9b4a24f814b (patch)
treee4d441f4b261cf2a19e4e0ad0344f782dd3b355a /lib/crmf
parentfde06f409d3bcefb5aeedf3b875597095c6b664b (diff)
downloadnss-hg-585fae8d519b5cac043a72ce2316b9b4a24f814b.tar.gz
Add an extra variable in a gyp file for the Mozilla build system to use (no bug)
This change is a no-op for NSS builds. MozReview-Commit-ID: GmNVJMl8cKM
Diffstat (limited to 'lib/crmf')
-rw-r--r--lib/crmf/crmf.gyp8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/crmf/crmf.gyp b/lib/crmf/crmf.gyp
index 651018c9a..f8fa8a48d 100644
--- a/lib/crmf/crmf.gyp
+++ b/lib/crmf/crmf.gyp
@@ -30,10 +30,14 @@
],
'dependencies': [
'<(DEPTH)/exports.gyp:nss_exports'
- ]
+ ],
+ 'variables': {
+ # This is purely for the use of the Mozilla build system.
+ 'no_expand_libs': 1,
+ },
}
],
'variables': {
'module': 'nss'
}
-} \ No newline at end of file
+}