From 7baa7fa1aa724c4d6302005c8ecc68a77251049e Mon Sep 17 00:00:00 2001 From: Alex Schwartz Date: Tue, 12 May 2026 15:35:27 -0400 Subject: [PATCH] feat: statically link libatomic for Linux Clang builds --- node.gyp | 2 +- tools/v8_gypfiles/v8.gyp | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/node.gyp b/node.gyp index c06e95a98e5ce9..ec30a67f5fe83b 100644 --- a/node.gyp +++ b/node.gyp @@ -563,7 +563,7 @@ ], }], ['OS=="linux" and clang==1', { - 'libraries': ['-latomic'], + 'libraries': ['