src/client/plugin/mail-merge/meson.build: Fix rpath on wrong target

This commit is contained in:
Michael Gratton 2020-06-30 18:38:45 +10:00 committed by Michael James Gratton
parent 2c4a73e0ed
commit 6d99cded50

View file

@ -34,7 +34,8 @@ plugin = shared_module(
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir
)
i18n.merge_file(
@ -43,8 +44,8 @@ i18n.merge_file(
type: 'desktop',
po_dir: po_dir,
install: true,
install_dir: plugin_dest,
install_rpath: client_lib_dir,
install_dir: plugin_dest
)
plugin_test = executable(
'plugin-test',