Skip to content

Commit 8559a4a

Browse files
Dave Pachecoisaacs
Dave Pacheco
authored andcommitted
Fix 64-bit SmartOS build
1 parent 8673a4a commit 8559a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
'target_name': 'node_dtrace_ustack',
311311
'type': 'none',
312312
'conditions': [
313-
[ 'node_use_dtrace=="true"', {
313+
[ 'node_use_dtrace=="true" and target_arch=="ia32"', {
314314
'actions': [
315315
{
316316
'action_name': 'node_dtrace_ustack_constants',

0 commit comments

Comments
 (0)