Skip to content

Commit

Permalink
Bug 1403416 - Set NSS_USE_64=1 for mips64 in GYP r=ttaubert
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaopengcheng-hf@loongson.cn committed Sep 27, 2017
1 parent 2b1ced5 commit d8b15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreconf/config.gypi
Expand Up @@ -173,7 +173,7 @@
},
},
}],
[ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64" or target_arch=="ppc64" or target_arch=="ppc64le" or target_arch=="s390x"', {
[ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64" or target_arch=="ppc64" or target_arch=="ppc64le" or target_arch=="s390x" or target_arch=="mips64"', {
'defines': [
'NSS_USE_64',
],
Expand Down

0 comments on commit d8b15f4

Please sign in to comment.