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