diff options
author | Dave Pacheco <dap@joyent.com> | 2012-04-17 13:50:09 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-04-17 14:34:12 -0700 |
commit | 8559a4ae0f035a5627a9a87dd4b5b7fbdcdef35a (patch) | |
tree | e2f2288c031ea34f71ebc1c50783e528ae2d10b4 | |
parent | 8673a4aa25c860bf819e2d2f67eafb538b7de378 (diff) | |
download | node-8559a4ae0f035a5627a9a87dd4b5b7fbdcdef35a.tar.gz |
Fix 64-bit SmartOS build
-rw-r--r-- | node.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |