Include sys.executable in build libchromiumcontent args

This commit is contained in:
Kevin Sawicki 2016-06-14 11:49:54 -07:00
parent 9223019af8
commit 45a9b0e0a5

View file

@ -196,7 +196,8 @@ def update_win32_python():
def build_libchromiumcontent(verbose, target_arch, defines):
args = [os.path.join(SOURCE_ROOT, 'script', 'build-libchromiumcontent.py')]
args = [sys.executable,
os.path.join(SOURCE_ROOT, 'script', 'build-libchromiumcontent.py')]
if verbose:
args += ['-v']
if defines: