From 39dfe94682063c9b38d18fff36f57b0080fcdacb Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Wed, 17 Apr 2013 15:37:22 -0700 Subject: [PATCH] build: libv8_base.a is now libv8_base..a This fixes generating the v8 contstants for dtrace on smartos --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.gyp b/node.gyp index 9999548d4fb..6179a51cf35 100644 --- a/node.gyp +++ b/node.gyp @@ -450,7 +450,7 @@ { 'action_name': 'node_dtrace_ustack_constants', 'inputs': [ - '<(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.a' + '<(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.<(target_arch).a' ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/v8constants.h'