diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/xmlpool/meson.build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build index 81184fa6b14..d0ecec4937f 100644 --- a/src/util/xmlpool/meson.build +++ b/src/util/xmlpool/meson.build @@ -36,5 +36,7 @@ xmlpool_options_h = custom_target( depend_files : _langs_po_files, ) -i18n = import('i18n') -i18n.gettext('xmlpool', install : false) +if host_machine.system() != 'windows' + i18n = import('i18n') + i18n.gettext('xmlpool', install : false) +endif |