PKGBUILDs/extra/meson/arch-meson
2019-02-06 00:29:20 +00:00

14 lines
318 B
Bash

#!/bin/bash -ex
# Highly opinionated wrapper for Arch Linux packaging
exec meson setup \
--prefix /usr \
--libexecdir lib \
--sbindir bin \
--buildtype plain \
--auto-features enabled \
--wrap-mode nodownload \
-D b_lto=false \
-D b_pie=true \
"$@"