diff options
Diffstat (limited to 'src/util/xmlpool/meson.build')
-rw-r--r-- | src/util/xmlpool/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build index 97693fac8c4..346b1956a55 100644 --- a/src/util/xmlpool/meson.build +++ b/src/util/xmlpool/meson.build @@ -22,7 +22,7 @@ xmlpool_options_h = custom_target( 'xmlpool_options.h', input : ['gen_xmlpool.py', 't_options.h'], output : 'options.h', - command : [prog_python2, '@INPUT@', meson.current_source_dir()], + command : [prog_python, '@INPUT@', meson.current_source_dir()], capture : true, depend_files : files('ca.po', 'es.po', 'de.po', 'nl.po', 'sv.po', 'fr.po'), ) |