Fix libclang issue for zen

This commit is contained in:
Paddy Milner 2025-08-19 15:17:48 +01:00
parent 501f75764b
commit ac6b594f8e

View file

@ -39,5 +39,5 @@ src_prepare() {
}
src_compile() {
npm run build --with-libclang-path=/usr/lib/clang || die
npm run build --with-libclang-path="$(llvm-config --libdir)" || die
}