summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew2020-09-10 14:30:16 +0100
committerAndrew2020-09-10 14:30:16 +0100
commitd73d94ac465b5cbd2e24bab310a46993bcd09733 (patch)
tree5c48497ac352264603556e26bcccfb831650a236 /PKGBUILD
parent03295642c79534ff307e6a8b4e8699639f2b0781 (diff)
downloadaur-llvm90.tar.gz
Update build line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0697a31775c0..fc6fc64297b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=llvm90
pkgdesc="LLVM compiler toolchain, version 9.0.1"
pkgver=9.0.1
-pkgrel=5
+pkgrel=6
arch=('x86_64')
url="https://llvm.org/"
license=('custom:University of Illinois/NCSA Open Source License')
@@ -29,7 +29,7 @@ build() {
-DLLVM_ENABLE_DOXYGEN=OFF \
-DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
-DLLVM_BINUTILS_INCDIR=/usr/include
- make -Wno-dev all ocaml_doc
+ make -Wno-dev all
}
package() {