Skip to content

Commit 9398c7b

Browse files
committed
build: link libatomic only in clang on linux
1 parent 727b820 commit 9398c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
'-Wl,-bnoerrmsg',
290290
],
291291
}],
292-
['(OS=="linux" or OS=="mac") and llvm_version!=0', {
292+
['OS=="linux" and llvm_version!=0', {
293293
'libraries': ['-latomic'],
294294
}],
295295
],

0 commit comments

Comments
 (0)