From 1a238510005e1c7ac8268f19b1915101f4ca3c46 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:35:43 +0200 Subject: [PATCH] Add endif to meson.build --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 437c77f..440c540 100644 --- a/meson.build +++ b/meson.build @@ -35,6 +35,7 @@ subdir('po') if host_machine.system() == 'windows' subdir('windows') +endif gnome.post_install( glib_compile_schemas: true,