Merge pull request #9547 from electron/jessie-sysroot
Build with Debian Jessie sysroot image
This commit is contained in:
commit
1257dee0b5
6 changed files with 156 additions and 113 deletions
|
@ -228,7 +228,8 @@ def download_sysroot(target_arch):
|
|||
target_arch = 'amd64'
|
||||
execute_stdout([sys.executable,
|
||||
os.path.join(SOURCE_ROOT, 'script', 'install-sysroot.py'),
|
||||
'--arch', target_arch])
|
||||
'--arch', target_arch],
|
||||
cwd=VENDOR_DIR)
|
||||
|
||||
def create_chrome_version_h():
|
||||
version_file = os.path.join(VENDOR_DIR, 'libchromiumcontent', 'VERSION')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue