chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py

This commit is contained in:
triallax 2023-05-09 23:54:59 +03:00 committed by John Zimmermann
parent d0cf34e905
commit 52ff052c21

View file

@ -132,7 +132,7 @@ do_configure() {
# compile gn early, so it can be used to generate gni stuff
AR="ar" CC=$CC_FOR_BUILD CXX=$CXX_FOR_BUILD LD=$CXX_FOR_BUILD \
CFLAGS=$CFLAGS_FOR_BUILD CXXFLAGS=$CXXFLAGS_FOR_BUILD LDFLAGS=$LDFLAGS_FOR_BUILD \
tools/gn/bootstrap/bootstrap.py --skip-generate-buildfiles
tools/gn/bootstrap/bootstrap.py ${makejobs} --skip-generate-buildfiles
# Use system-provided libraries.
# TODO: use_system_hunspell (upstream changes needed).