mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user