nixpkgs/pkgs/development/web/nodejs/disable-libatomic-darwin.patch

12 lines
262 B
Diff
Raw Normal View History

2019-09-18 09:20:00 +00:00
--- 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'],
}],
],