forked from ceres-sees-all/ceres-ebuilds
Fix libclang issue for zen
This commit is contained in:
parent
c4397f374d
commit
501f75764b
1 changed files with 3 additions and 2 deletions
|
|
@ -28,7 +28,8 @@ BDEPEND="dev-vcs/git
|
|||
dev-lang/python
|
||||
dev-python/pip
|
||||
net-libs/nodejs[npm]
|
||||
dev-util/cbindgen"
|
||||
dev-util/cbindgen
|
||||
dev-util/bindgen"
|
||||
|
||||
src_prepare() {
|
||||
npm i || die
|
||||
|
|
@ -38,5 +39,5 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
npm run build || die
|
||||
npm run build --with-libclang-path=/usr/lib/clang || die
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue