Skip to content

Commit

Permalink
Merge pull request #2522 from a3a3el/guile-mu-installation-fix
Browse files Browse the repository at this point in the history
Install Guile extension into Guile's extension directory
  • Loading branch information
djcb committed Jul 20, 2023
2 parents b08fe63 + d1b8b79 commit 8c11f6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guile/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ lib_guile_mu = shared_module(
[ 'mu-guile.cc',
'mu-guile-message.cc' ],
dependencies: [guile_dep, glib_dep, lib_mu_dep, config_h_dep, thread_dep ],
install: true)
install: true,
install_dir: guile_dep.get_variable(pkgconfig: 'extensiondir')
)

if makeinfo.found()
custom_target('mu_guile_info',
Expand Down

0 comments on commit 8c11f6f

Please sign in to comment.