Skip to content

Commit fd050ef

Browse files
author
Sean McQuillan
committed
Fix build for anyone with utils.py in their global PYTHONPATH
1 parent 776754c commit fd050ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def v8_cmd(bld, variant):
339339
else:
340340
snapshot = ""
341341

342-
cmd_R = 'python "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static %s'
342+
cmd_R = 'PYTHONPATH=; python "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static %s'
343343

344344
cmd = cmd_R % ( scons
345345
, Options.options.jobs

0 commit comments

Comments
 (0)