Skip to content

Commit

Permalink
Bug 1714719 - Set NSS_USE_64 on riscv64 target when using GYP/Ninja. …
Browse files Browse the repository at this point in the history
…r=bbeurdouche

Differential Revision: https://phabricator.services.mozilla.com/D116922

--HG--
extra : moz-landing-system : lando
  • Loading branch information
makotokato committed Jun 7, 2021
1 parent 73b47b7 commit 1c7e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreconf/config.gypi
Expand Up @@ -209,7 +209,7 @@
},
},
}],
[ '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" or target_arch=="e2k"', {
[ '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" or target_arch=="e2k" or target_arch=="riscv64"', {
'defines': [
'NSS_USE_64',
],
Expand Down

0 comments on commit 1c7e99a

Please sign in to comment.