archrelease: copy trunk to staging-x86_64
[arch-packages.git] / meson / trunk / arch-meson
blob695a94729daffa0583d5f0bc3913d5801bd93083
1 #!/bin/bash -ex
2 # Highly opinionated wrapper for Arch Linux packaging
4 exec meson setup \
5 --prefix /usr \
6 --libexecdir lib \
7 --sbindir bin \
8 --buildtype plain \
9 --auto-features enabled \
10 --wrap-mode nodownload \
11 -D b_lto=true \
12 -D b_pie=true \
13 "$@"