3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/web/nodejs/disable-libatomic-darwin-13_x.patch

12 lines
264 B
Diff
Raw Normal View History

2019-09-18 10:20:00 +01:00
--- a/node.gyp
+++ b/node.gyp
@@ -289,7 +289,7 @@
'-Wl,-bnoerrmsg',
],
}],
- ['OS in ("linux", "mac") and llvm_version != "0.0"', {
2019-09-18 10:20:00 +01:00
+ ['OS=="linux" and llvm_version!=0', {
'libraries': ['-latomic'],
}],
],