DEBSOURCES
Skip Quicknav
Patches / Patch / chromium-browser / 70.0.3538.110-1~deb9u1
1234567891011
--- a/tools/gn/bootstrap/bootstrap.py +++ b/tools/gn/bootstrap/bootstrap.py @@ -71,8 +71,6 @@ def main(argv): '--no-last-commit-position', '--out-path=' + gn_build_dir, ] - if not options.with_sysroot: - cmd.append('--no-sysroot') if options.debug: cmd.append('--debug') subprocess.check_call(cmd)