summaryrefslogtreecommitdiff
path: root/community/libmysofa/PKGBUILD
blob: 6b978deb8d6ca962a7e78942729604277be6c2f7 (plain)
1
2
3
4
5
# no nodejs on i486, used only in tests
if [ "$CARCH" == 'i486' ]; then
  checkdepends=(${checkdepends[@]//nodejs/})
  unset check
fi