From fd050ef80aae487ef6bbaa311a03684e06f98313 Mon Sep 17 00:00:00 2001 From: Sean McQuillan Date: Sat, 18 Sep 2010 15:27:32 -0700 Subject: [PATCH] Fix build for anyone with utils.py in their global PYTHONPATH --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 565b286d19a0..4123576ed238 100644 --- a/wscript +++ b/wscript @@ -339,7 +339,7 @@ def v8_cmd(bld, variant): else: snapshot = "" - cmd_R = 'python "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static %s' + cmd_R = 'PYTHONPATH=; python "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static %s' cmd = cmd_R % ( scons , Options.options.jobs