Skip to content

Commit

Permalink
Bug 1313000 - Fix NSS initialization with -Dtest_build=1 on Linux r=f…
Browse files Browse the repository at this point in the history
…ranziskus

Differential Revision: https://nss-dev.phacility.com/D121

--HG--
extra : amend_source : 314bcd83f9a02ce9dd7f3de4d45e1410412349c6
  • Loading branch information
Tim Taubert committed Oct 26, 2016
1 parent 62ad08b commit f3a9299
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/freebl/freebl.gyp
Expand Up @@ -261,7 +261,6 @@
'type': 'shared_library',
'defines': [
'FREEBL_NO_DEPEND',
'FREEBL_LOWHASH',
],
'sources': [
'lowhash_vector.c'
Expand Down Expand Up @@ -354,11 +353,13 @@
],
}],
[ 'OS=="linux"', {
'defines': [
'FREEBL_LOWHASH',
],
'conditions': [
[ 'test_build==0', {
'defines': [
'FREEBL_NO_DEPEND',
'FREEBL_LOWHASH',
],
}],
[ 'target_arch=="x64"', {
Expand Down

0 comments on commit f3a9299

Please sign in to comment.