diff --git a/node.gyp b/node.gyp index 9128041ab7..edcea98143 100644 --- a/node.gyp +++ b/node.gyp @@ -310,7 +310,7 @@ 'target_name': 'node_dtrace_ustack', 'type': 'none', 'conditions': [ - [ 'node_use_dtrace=="true"', { + [ 'node_use_dtrace=="true" and target_arch=="ia32"', { 'actions': [ { 'action_name': 'node_dtrace_ustack_constants',