chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py
This commit is contained in:
parent
d0cf34e905
commit
52ff052c21
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ do_configure() {
|
||||||
# compile gn early, so it can be used to generate gni stuff
|
# 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 \
|
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 \
|
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.
|
# Use system-provided libraries.
|
||||||
# TODO: use_system_hunspell (upstream changes needed).
|
# TODO: use_system_hunspell (upstream changes needed).
|
||||||
|
|
Loading…
Add table
Reference in a new issue