Browse Source

Fix 64-bit SmartOS build

v0.9.1-release
Dave Pacheco 13 years ago
committed by isaacs
parent
commit
8559a4ae0f
  1. 2
      node.gyp

2
node.gyp

@ -310,7 +310,7 @@
'target_name': 'node_dtrace_ustack', 'target_name': 'node_dtrace_ustack',
'type': 'none', 'type': 'none',
'conditions': [ 'conditions': [
[ 'node_use_dtrace=="true"', { [ 'node_use_dtrace=="true" and target_arch=="ia32"', {
'actions': [ 'actions': [
{ {
'action_name': 'node_dtrace_ustack_constants', 'action_name': 'node_dtrace_ustack_constants',

Loading…
Cancel
Save