mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
12 lines
272 B
Diff
12 lines
272 B
Diff
--- 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'],
|
|
}],
|
|
],
|