Skip to content
Snippets Groups Projects
Commit 8b4e32c6 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/clazy: fix build

parent 320a9b2a
No related branches found
No related tags found
1 merge request!54810community/clazy: fix build
Pipeline #192172 passed
......@@ -24,6 +24,8 @@ source="https://download.kde.org/stable/clazy/$pkgver/src/clazy-$pkgver.tar.xz
build() {
cmake -B build -G Ninja \
-DLLVM_ROOT=/usr/lib/llvm$_llvmver \
-DLLVM_CONFIG_EXECUTABLE=/usr/lib/llvm$_llvmver/bin/llvm-config \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment