1 diff --git a/gedit/meson.build b/gedit/meson.build
2 index bc689e5..e3b90d8 100644
3 --- a/gedit/meson.build
4 +++ b/gedit/meson.build
5 @@ -165,9 +165,9 @@ libgedit_private_headers += 'gedit-enum-types-private.h'
8 if host_machine.system() == 'windows'
9 - libgedit_shared_lib_install_dir = get_option('libdir')
10 + libgedit_shared_lib_install_dir = get_option('prefix') / get_option('libdir')
12 - libgedit_shared_lib_install_dir = get_option('libdir') / 'gedit'
13 + libgedit_shared_lib_install_dir = get_option('prefix') / get_option('libdir') / 'gedit'
16 libgedit_shared_lib = shared_library(