Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a6960b

Browse files
authoredJun 14, 2019
build: link libatomic on mac and linux
Fixes #28231
1 parent b614840 commit 8a6960b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎node.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@
289289
'-Wl,-bnoerrmsg',
290290
],
291291
}],
292+
['OS=="linux" or OS=="mac"', {
293+
'libraries': ['-latomic'],
294+
}],
292295
],
293296
},
294297

0 commit comments

Comments
 (0)
Please sign in to comment.