jetbrains: update
fixed missing zlib path to rpath in the clion bundled clangd binary
This commit is contained in:
parent
ecb7d7adf7
commit
3b605eaee6
@ -66,7 +66,7 @@ let
|
||||
bin/gdb/linux/bin/gdbserver
|
||||
|
||||
patchelf --set-interpreter $interp \
|
||||
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib ]}" \
|
||||
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}" \
|
||||
bin/clang/linux/clangd
|
||||
patchelf --set-interpreter $interp \
|
||||
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}" \
|
||||
|
Loading…
Reference in New Issue
Block a user