Set the RPATH of kiwix-lib.

As we cannot change (DY)LD_LIBRARY_PATH on macos, we have to use rpath.
This commit is contained in:
Matthieu Gautier 2018-04-17 16:27:31 +02:00
parent 8d6f1196de
commit d686de7ec3
1 changed files with 2 additions and 1 deletions

View File

@ -41,4 +41,5 @@ kiwixlib = library('kiwix',
dependencies : all_deps,
version: meson.project_version(),
install: true,
install_dir: install_dir)
install_dir: install_dir,
install_rpath: '$ORIGIN')