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:
11
pkgs/development/web/nodejs/disable-libatomic-darwin.patch
Normal file
11
pkgs/development/web/nodejs/disable-libatomic-darwin.patch
Normal 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'],
|
||||
}],
|
||||
],
|
||||
Reference in New Issue
Block a user