Build with jessie sysroot image
This commit is contained in:
parent
94be438ab9
commit
28f11516fe
6 changed files with 25 additions and 20 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue