Skip to content

Commit

Permalink
Add an extra variable in a gyp file for the Mozilla build system to u…
Browse files Browse the repository at this point in the history
…se (no bug)

This change is a no-op for NSS builds.

MozReview-Commit-ID: GmNVJMl8cKM

--HG--
extra : amend_source : 2c3c001f5dd3d990334eaf86dfabf62a163c5aa3
  • Loading branch information
luser committed Nov 15, 2016
1 parent 71ec934 commit da27578
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/crmf/crmf.gyp
Expand Up @@ -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'
}
}
}

0 comments on commit da27578

Please sign in to comment.