diff --git a/node.gyp b/node.gyp index 9a5556c2eff40d..d20d469dc67072 100644 --- a/node.gyp +++ b/node.gyp @@ -289,7 +289,7 @@ '-Wl,-bnoerrmsg', ], }], - ['(OS=="linux" or OS=="mac") and llvm_version!=0', { + ['OS=="linux" and llvm_version!=0', { 'libraries': ['-latomic'], }], ],