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 1d731ad85..85c8d36db 100644
--- a/coreconf/config.gypi
+++ b/coreconf/config.gypi
@@ -217,7 +217,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" or target_arch=="riscv64"', {
+ [ '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" or target_arch=="loongarch64"', {
'defines': [
'NSS_USE_64',
],