mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
append .0 to libgmodule.so on LD_PRELOAD (#1616)
This commit is contained in:
4
.github/workflows/linux_vim.yml
vendored
4
.github/workflows/linux_vim.yml
vendored
@@ -83,6 +83,6 @@ jobs:
|
|||||||
export THEMIS_VIM=vim
|
export THEMIS_VIM=vim
|
||||||
# https://github.com/project-slippi/Ishiiruka/issues/323
|
# https://github.com/project-slippi/Ishiiruka/issues/323
|
||||||
# It was needed to detect the actual path of `libgmodule` via `ldconfig -p | grep libg`.
|
# It was needed to detect the actual path of `libgmodule` via `ldconfig -p | grep libg`.
|
||||||
LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so vim --version
|
LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 vim --version
|
||||||
LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so themis
|
LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 themis
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user