summaryrefslogtreecommitdiff
path: root/nss.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'nss.gyp')
-rw-r--r--nss.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/nss.gyp b/nss.gyp
index 1727dbe0b..5a9baa537 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -131,7 +131,6 @@
'cmd/digest/digest.gyp:digest',
'cmd/ecperf/ecperf.gyp:ecperf',
'cmd/fbectest/fbectest.gyp:fbectest',
- 'cmd/fipstest/fipstest.gyp:fipstest',
'cmd/httpserv/httpserv.gyp:httpserv',
'cmd/listsuites/listsuites.gyp:listsuites',
'cmd/makepqg/makepqg.gyp:makepqg',
@@ -190,6 +189,11 @@
'gtests/freebl_gtest/freebl_gtest.gyp:freebl_gtest',
],
}],
+ [ 'disable_fips==0', {
+ 'dependencies': [
+ 'cmd/fipstest/fipstest.gyp:fipstest',
+ ],
+ }],
],
},
],