summaryrefslogtreecommitdiff
path: root/community/libretro-mupen64plus/PKGBUILD
blob: 0baf81053fc91108fae32e75c28c2b0742dec320 (plain)
1
2
3
4
5
6
7
8
eval "$(
  declare -f build | \
    sed '
      s/x86_64/x86/
    '
)"
# why does i686 makedepend on that and x86_64 not?
makedepends+=(nasm)