summaryrefslogtreecommitdiff
path: root/extra/libfido2/PKGBUILD
blob: 77ebd65c03a7ed922ff183000a5eb1b64687132c (plain)
1
2
3
4
5
6
7
# no -Werror
eval "$(
  declare -f build \
  | sed '
    /\bcmake\b/ i sed -i "/Werror/d" CMakeLists.txt
  '
)"