diff --git a/www-client/zen-browser/zen-browser-9999.ebuild b/www-client/zen-browser/zen-browser-9999.ebuild index f1cde42..aa6895b 100644 --- a/www-client/zen-browser/zen-browser-9999.ebuild +++ b/www-client/zen-browser/zen-browser-9999.ebuild @@ -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 } \ No newline at end of file