summaryrefslogtreecommitdiff
path: root/extra/x265/PKGBUILD
blob: 70b20b4cc96a3a0bf02477f52ea93518acac10fc (plain)
1
2
3
4
5
6
7
8
# disabling assembly code as it seems to be non-32-bittish

eval "$(
  declare -f build | \
    sed '
      s/cmake/cmake -DENABLE_ASSEMBLY=OFF/
    '
)"