Skip to content

Commit

Permalink
Bug 1335031 - Build MPI fuzzer only on Linux r=franziskus
Browse files Browse the repository at this point in the history
Differential Revision: https://nss-review.dev.mozaws.net/D183

--HG--
extra : amend_source : cb912a3b7ea202dbe6f3ffc7e0046465e88b09b0
  • Loading branch information
Tim Taubert committed Jan 30, 2017
1 parent 1bfc089 commit 2415256
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fuzz/fuzz.gyp
Expand Up @@ -161,10 +161,16 @@
'dependencies': [
'nssfuzz-certDN',
'nssfuzz-hash',
'nssfuzz-mpi',
'nssfuzz-pkcs8',
'nssfuzz-quickder',
],
'conditions': [
['OS=="linux"', {
'dependencies': [
'nssfuzz-mpi',
],
}],
],
}
],
}

0 comments on commit 2415256

Please sign in to comment.