Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/muon-meson/arch-muon
blob: a06fd6d570a39b7ee8ee6c7b32d81bf30a8f8f2e (plain)
1
2
3
4
5
6
7
#!/bin/bash -ex
# Highly opinionated wrapper for Arch Linux packaging (now also for muon)

exec muon setup \
  -D              b_pie=true \
  -D              python.bytecompile=1 \
  "$@"