diff options
Diffstat (limited to 'cmd/mpitests/mpitests.gyp')
-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 } } |