git » meson.git » main » tree

[main] / arch-meson

#!/bin/bash -ex
# Highly opinionated wrapper for Arch Linux packaging
# Modified for ARMLFS (No modifying libexec or sbin)

exec meson setup \
  --prefix        /usr \
  --buildtype     plain \
  --auto-features enabled \
  --wrap-mode     nodownload \
  -D              b_pie=true \
  -D              python.bytecompile=1 \
  "$@"