Fix 64-bit SmartOS build

This commit is contained in:
Dave Pacheco
2012-04-17 13:50:09 -07:00
committed by isaacs
parent 8673a4aa25
commit 8559a4ae0f

View File

@@ -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',