Merge pull request #9547 from electron/jessie-sysroot

Build with Debian Jessie sysroot image
This commit is contained in:
Cheng Zhao 2017-05-24 16:25:39 +09:00 committed by GitHub
commit 1257dee0b5
6 changed files with 156 additions and 113 deletions

View file

@ -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')