summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2022-03-30 18:32:23 +0000
committerJohn M. Schanck <jschanck@mozilla.com>2022-03-30 18:32:23 +0000
commit1b64dcda2f0f89f470f179cc2996eb0f24aa46ee (patch)
tree2d8815ba90e658d575cd01d7a7b14180c98b51d8 /cmd
parent4b6db84924b7a9ccd02e1da833ae3fed714f0b5f (diff)
downloadnss-hg-1b64dcda2f0f89f470f179cc2996eb0f24aa46ee.tar.gz
Bug 1762244 - resolve mpitests build failure on Windows. r=nss-reviewers,nkulatova
Differential Revision: https://phabricator.services.mozilla.com/D142481
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mpitests/mpitests.gyp6
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
}
}