pkgbuild: line-wrap meson configure command line

This commit is contained in:
Daniel Eklöf 2021-08-30 20:20:12 +02:00
parent 55433d7797
commit 173bb805c2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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