mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
pkgbuild: line-wrap meson configure command line
This commit is contained in:
parent
55433d7797
commit
173bb805c2
1 changed files with 5 additions and 1 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -41,7 +41,11 @@ build() {
|
|||
;;
|
||||
esac
|
||||
|
||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
--buildtype=release \
|
||||
--wrap-mode=nofallback \
|
||||
-Db_lto=true ..
|
||||
|
||||
if [[ ${do_pgo} == yes ]]; then
|
||||
find -name "*.gcda" -delete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue