mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chromium: fix gn build
This commit is contained in:
parent
654c9bb2ea
commit
d0bdd6eadd
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue