src/client/plugin/mail-merge/meson.build: Fix rpath on wrong target
This commit is contained in:
parent
2c4a73e0ed
commit
6d99cded50
1 changed files with 4 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue