mirror of https://github.com/kiwix/libkiwix.git
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:
parent
8d6f1196de
commit
d686de7ec3
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue