summaryrefslogtreecommitdiff
path: root/community/nodejs/PKGBUILD
blob: 78f686cc58e4f6d7ab81d86a79bbb68fc6148f42 (plain)
1
2
3
4
5
6
7
# actually build a 32-bit version
eval "$(
  declare -f build | \
    sed '
	  s|./configure|./configure --dest-cpu ia32|g
    '
)"