mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #6049 from electron/sys-executable
Include sys.executable in build libchromiumcontent args
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user