ports/security/bitwarden-cli/files/node/patch-tools_v8__gypfiles_v8.gyp
2024-10-23 22:32:53 +09:00

11 lines
526 B
Python

--- tools/v8_gypfiles/v8.gyp.orig 2024-08-21 12:35:32 UTC
+++ tools/v8_gypfiles/v8.gyp
@@ -1095,7 +1095,7 @@
}],
# Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
# to implement atomic memory access
- ['v8_current_cpu in ["mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', {
+ ['v8_current_cpu in ["mips64", "mips64el", "ppc", "riscv64", "loong64"]', {
'link_settings': {
'libraries': ['-latomic', ],
},