diff --git a/node.gyp b/node.gyp index 8dc4355e25cda6..44750979c4eb85 100644 --- a/node.gyp +++ b/node.gyp @@ -292,7 +292,7 @@ '-Wl,-bnoerrmsg', ], }], - ['OS in ("linux", "mac") and llvm_version != "0.0"', { + ['OS == "linux" and llvm_version != "0.0"', { 'libraries': ['-latomic'], }], ],