Build with jessie sysroot image

This commit is contained in:
Cheng Zhao 2017-05-22 16:52:40 +09:00
parent 94be438ab9
commit 28f11516fe
6 changed files with 25 additions and 20 deletions

View file

@ -227,7 +227,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')