Package: chromium-browser / 70.0.3538.110-1~deb9u1

gn/sysroot.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- 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)