From 201098535443ef6588b0fd176a425fdf3213ee70 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Sun, 10 Nov 2013 15:15:34 -0800 Subject: gyp: update to bebdcea --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b750003673..1a56c0db35 100755 --- a/configure +++ b/configure @@ -704,4 +704,4 @@ elif flavor == 'win': else: gyp_args = ['-f', 'make-' + flavor] -subprocess.call([sys.executable, 'tools/gyp_node'] + gyp_args) +subprocess.call([sys.executable, 'tools/gyp_node.py'] + gyp_args) -- cgit v1.2.3