Add endif to meson.build

This commit is contained in:
kramo
2023-07-05 22:35:43 +02:00
parent 560d1cd273
commit 1a23851000

View File

@@ -35,6 +35,7 @@ subdir('po')
if host_machine.system() == 'windows'
subdir('windows')
endif
gnome.post_install(
glib_compile_schemas: true,