flow: disable i686 build

This commit is contained in:
Michael Gehring 2016-08-13 10:04:24 +02:00
parent 3df30c9e98
commit e09b97e374

View file

@ -2,7 +2,7 @@
pkgname=flow
version=0.30.0
revision=1
only_for_archs="i686 x86_64"
only_for_archs="x86_64"
build_style=gnu-makefile
makedepends="ocaml ocamlbuild elfutils-devel"
short_desc="Static type checker for JavaScript"