Browse Source

Use sys.executable to call python

v0.7.4-release
Nikhil Marathe 14 years ago
committed by Ryan Dahl
parent
commit
7a3971e433
  1. 2
      wscript

2
wscript

@ -416,7 +416,7 @@ def v8_cmd(bld, variant):
else: else:
snapshot = "" snapshot = ""
cmd_R = 'python "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static %s' cmd_R = sys.executable + ' "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static %s'
cmd = cmd_R % ( scons cmd = cmd_R % ( scons
, Options.options.jobs , Options.options.jobs

Loading…
Cancel
Save