From 2fea415a8b6ab9eae92686a182341d8f5fe56d00 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Mar 2022 00:13:55 +0000 Subject: fixed docbook issues --- repo/devel/llvm.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/devel/llvm.xibuild') diff --git a/repo/devel/llvm.xibuild b/repo/devel/llvm.xibuild index be70e9d..134a994 100644 --- a/repo/devel/llvm.xibuild +++ b/repo/devel/llvm.xibuild @@ -24,6 +24,7 @@ build () { -DLLVM_ENABLE_RTTI=ON \ -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \ -DLLVM_BUILD_TESTS=ON \ + -DLLVM_INSTALL_UTILS=ON \ -DLLVM_BINUTILS_INCDIR=/usr/include \ -Wno-dev -G Ninja .. && ninja @@ -31,5 +32,4 @@ build () { package () { DESTDIR=$PKG_DEST ninja install - } -- cgit v1.2.1