nixpkgs/pkgs/development/web/nodejs/disable-libatomic-darwin.patch
2019-09-18 04:20:00 -05:00

12 lines
262 B
Diff

--- 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'],
}],
],