nodejs-12_x: 12.5.0 -> 12.10.0

This commit is contained in:
Mario Rodas
2019-09-18 04:20:00 -05:00
parent 0c1cef2f11
commit 7db9c4cdcd
2 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
--- a/node.gyp
+++ b/node.gyp
@@ -289,7 +289,7 @@
'-Wl,-bnoerrmsg',
],
}],
- ['(OS=="linux" or OS=="mac") and llvm_version!=0', {
+ ['OS=="linux" and llvm_version!=0', {
'libraries': ['-latomic'],
}],
],