nodejs-12_x: 12.13.0 -> 12.13.1

Changelog: https://github.com/nodejs/node/releases/tag/v12.13.1
This commit is contained in:
Mario Rodas
2019-11-19 06:00:00 -05:00
committed by Jon
parent f06ca051e2
commit 68e1a78368
4 changed files with 5 additions and 16 deletions

View File

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