diff --git a/node.gyp b/node.gyp index 42a1430fcf..5a9afa019e 100644 --- a/node.gyp +++ b/node.gyp @@ -466,7 +466,7 @@ 'target_name': 'node_dtrace_header', 'type': 'none', 'conditions': [ - [ 'node_use_dtrace=="true" and OS!="mac" and OS!="linux"', { + [ 'node_use_dtrace=="true" and OS!="linux"', { 'actions': [ { 'action_name': 'node_dtrace_header',