# temporary, ocaml is broken on 32-bit, we work around the llvm issue # in binutils LTO plugins for now: pkgname=(${pkgname[@]/llvm-ocaml/}) makedepends=(${makedepends[@]/ocaml=$_ocaml_ver/}) makedepends=(${makedepends[@]/ocaml-ctypes/}) makedepends=(${makedepends[@]/ocaml-findlib/}) eval "$( declare -f build | \ sed ' s/ninja all ocaml_doc/ninja all/ ' )" eval "$( declare -f package_llvm | \ sed ' /ocaml/d ' )"