Skip to content

Commit 8a6960b

Browse files
authored
build: link libatomic on mac and linux
Fixes #28231
1 parent b614840 commit 8a6960b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@
289289
'-Wl,-bnoerrmsg',
290290
],
291291
}],
292+
['OS=="linux" or OS=="mac"', {
293+
'libraries': ['-latomic'],
294+
}],
292295
],
293296
},
294297

0 commit comments

Comments
 (0)