summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreconf/config.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreconf/config.gypi b/coreconf/config.gypi
index eec50ddbb..5800f8791 100644
--- a/coreconf/config.gypi
+++ b/coreconf/config.gypi
@@ -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',
],