Skip to content

Commit

Permalink
node.gyp: add latomic support for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 7, 2022
1 parent 06f9fcf commit c757327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Expand Up @@ -316,7 +316,7 @@
'-Wl,-bnoerrmsg',
],
}],
['OS == "linux" and llvm_version != "0.0"', {
['OS in "linux mac" and llvm_version == 0', {
'libraries': ['-latomic'],
}],
],
Expand Down

0 comments on commit c757327

Please sign in to comment.