target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
[qemu/ar7.git] / po / meson.build
bloba863f0575f6c19c51698e20bd9fa76e3e86ee34c
1 i18n = import('i18n')
3 if find_program('xgettext', required: get_option('gettext')).found()
4   i18n.gettext(meson.project_name(),
5                args: '--msgid-bugs-address=qemu-devel@nongnu.org',
6                preset: 'glib')
7 endif