Skip to content

Commit

Permalink
build: link libatomic on mac and linux
Browse files Browse the repository at this point in the history
Fixes #28231
  • Loading branch information
devsnek authored Jun 14, 2019
1 parent b614840 commit 8a6960b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@
'-Wl,-bnoerrmsg',
],
}],
['OS=="linux" or OS=="mac"', {
'libraries': ['-latomic'],
}],
],
},

Expand Down

0 comments on commit 8a6960b

Please sign in to comment.