diff options
author | John M. Schanck <jschanck@mozilla.com> | 2022-03-30 18:32:23 +0000 |
---|---|---|
committer | John M. Schanck <jschanck@mozilla.com> | 2022-03-30 18:32:23 +0000 |
commit | 13d784b350420ea207e6ccbe712e9f45183da896 (patch) | |
tree | 2d8815ba90e658d575cd01d7a7b14180c98b51d8 | |
parent | 078de575c9a1ff8998d7e5276b07fc8a539532d7 (diff) | |
download | nss-hg-13d784b350420ea207e6ccbe712e9f45183da896.tar.gz |
Bug 1762244 - resolve mpitests build failure on Windows. r=nss-reviewers,nkulatova
Differential Revision: https://phabricator.services.mozilla.com/D142481
-rw-r--r-- | cmd/mpitests/mpitests.gyp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cmd/mpitests/mpitests.gyp b/cmd/mpitests/mpitests.gyp index 346d23131..cbeed68ea 100644 --- a/cmd/mpitests/mpitests.gyp +++ b/cmd/mpitests/mpitests.gyp @@ -13,6 +13,9 @@ 'sources': [ 'mpi-test.c', ], + 'defines': [ + 'NSS_USE_STATIC_LIBS' + ], 'dependencies': [ '<(DEPTH)/exports.gyp:nss_exports', '<(DEPTH)/lib/util/util.gyp:nssutil3', @@ -45,6 +48,7 @@ ], }, 'variables': { - 'module': 'nss' + 'module': 'nss', + 'use_static_libs': 1 } } |