forked from ceres-sees-all/ceres-ebuilds
Fix libclang issue for zen
This commit is contained in:
parent
501f75764b
commit
ac6b594f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue