diff --git a/resources/patches/debian/gn/parallel.patch b/resources/patches/debian/gn/parallel.patch index f4ccb433..2859ad17 100644 --- a/resources/patches/debian/gn/parallel.patch +++ b/resources/patches/debian/gn/parallel.patch @@ -3,15 +3,15 @@ author: Michael Gilbert --- a/tools/gn/bootstrap/bootstrap.py +++ b/tools/gn/bootstrap/bootstrap.py -@@ -115,6 +115,7 @@ def main(argv): - 'relative to the src directory. (eg. out/Release)') +@@ -154,6 +154,7 @@ def main(argv): + 'the out_bootstrap to be located in the parent directory') parser.add_option('-v', '--verbose', action='store_true', help='Log more details') + parser.add_option('-j', '--jobs', help='Number of jobs') options, args = parser.parse_args(argv) if args: -@@ -236,6 +237,8 @@ def build_gn_with_ninja_manually(tempdir +@@ -282,6 +283,8 @@ def build_gn_with_ninja_manually(tempdir cmd = ['ninja', '-C', tempdir, '-w', 'dupbuild=err'] if options.verbose: cmd.append('-v')