Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: link libatomic only in clang on linux
  • Loading branch information
marsam committed Jul 4, 2019
commit 9398c7b7b01b467a046ceb9ea5a8ef924eb49ab5
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
'-Wl,-bnoerrmsg',
],
}],
['(OS=="linux" or OS=="mac") and llvm_version!=0', {
['OS=="linux" and llvm_version!=0', {
'libraries': ['-latomic'],
}],
],
Expand Down