Skip to content

Commit

Permalink
build: link libatomic only in clang on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jul 4, 2019
1 parent 727b820 commit 9398c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
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

0 comments on commit 9398c7b

Please sign in to comment.