Remove translations from Windows builds

This commit is contained in:
kramo
2024-04-16 19:36:52 +02:00
parent 40d6b45291
commit 4a530ce92e
4 changed files with 9 additions and 19 deletions

View File

@@ -37,12 +37,14 @@ conf.set('libexecdir', libexecdir)
subdir('data')
subdir('cartridges')
subdir('po')
if host_machine.system() == 'windows'
subdir('windows')
else
subdir('search-provider')
# Translations are broken on Windows for multiple reasons
# gresources don't work and MSYS2 seems to have also broken the gettext package
subdir('po')
endif
gnome.post_install(