chromium: fix gn build
This commit is contained in:
parent
654c9bb2ea
commit
d0bdd6eadd
|
@ -227,6 +227,8 @@ do_configure() {
|
||||||
python2 tools/gn/bootstrap/bootstrap.py -s -v \
|
python2 tools/gn/bootstrap/bootstrap.py -s -v \
|
||||||
--gn-gen-args "${conf[*]}"
|
--gn-gen-args "${conf[*]}"
|
||||||
|
|
||||||
|
export LDFLAGS="-pthread"
|
||||||
|
|
||||||
out/Release/gn gen out/Release --args="${conf[*]}"
|
out/Release/gn gen out/Release --args="${conf[*]}"
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue