From 133a2422ba152ed5b5be7f0962ab8ac81588b5bb Mon Sep 17 00:00:00 2001 From: Alex Schwartz Date: Tue, 12 May 2026 17:11:45 -0400 Subject: [PATCH] build: statically link libatomic for Linux Clang builds Signed-off-by: Alex Schwartz --- 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': ['