chromium: fix gn build

This commit is contained in:
Rasmus Thomsen 2019-02-24 17:31:14 +01:00 committed by maxice8
parent 654c9bb2ea
commit d0bdd6eadd
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ do_configure() {
python2 tools/gn/bootstrap/bootstrap.py -s -v \
--gn-gen-args "${conf[*]}"
export LDFLAGS="-pthread"
out/Release/gn gen out/Release --args="${conf[*]}"
}
do_build() {