summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/disable-libatomic-darwin.patch
blob: 7ac6c2ef8953eb1677a5f85052949b484df29eb6 (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.0"', {
         'libraries': ['-latomic'],
       }],
     ],