mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
meson: don't try to generate i18n translations on windows
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
26961e2cb5
commit
a1a8703199
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue