From 8559a4ae0f035a5627a9a87dd4b5b7fbdcdef35a Mon Sep 17 00:00:00 2001 From: Dave Pacheco Date: Tue, 17 Apr 2012 13:50:09 -0700 Subject: [PATCH] Fix 64-bit SmartOS build --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',