diff options
Diffstat (limited to 'extra/llvm/PKGBUILD')
-rw-r--r-- | extra/llvm/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/llvm/PKGBUILD b/extra/llvm/PKGBUILD index 4aaafe29..464c18c2 100644 --- a/extra/llvm/PKGBUILD +++ b/extra/llvm/PKGBUILD @@ -1,5 +1,6 @@ # 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/}) |