Merge pull request #133 from kiwix/rpath

Set the RPATH of kiwix-lib.
This commit is contained in:
Matthieu Gautier 2018-04-17 17:09:43 +02:00 committed by GitHub
commit 32ad40a5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')