Include sys.executable in build libchromiumcontent args
This commit is contained in:
parent
9223019af8
commit
45a9b0e0a5
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ def update_win32_python():
|
||||||
|
|
||||||
|
|
||||||
def build_libchromiumcontent(verbose, target_arch, defines):
|
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:
|
if verbose:
|
||||||
args += ['-v']
|
args += ['-v']
|
||||||
if defines:
|
if defines:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue