summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/disable-libatomic-darwin-13_x.patch
blob: b3b2c8b0fb65f2e8585135888091b705228d0296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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', {
         'libraries': ['-latomic'],
       }],
     ],