mirror of https://github.com/kiwix/libkiwix.git
Removed Rpath from compiled binaries.
Rpath is not needed to run installed binaries. Most of GNU/Linux distributions strictly forbid it. Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
parent
6c27743663
commit
28f144796d
|
@ -44,5 +44,4 @@ kiwixlib = library('kiwix',
|
|||
dependencies : all_deps,
|
||||
version: meson.project_version(),
|
||||
install: true,
|
||||
install_dir: install_dir,
|
||||
install_rpath: '$ORIGIN')
|
||||
install_dir: install_dir)
|
||||
|
|
Loading…
Reference in New Issue