diff options
author | rbuj <[email protected]> | 2022-01-26 23:01:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-01-27 08:11:09 +0100 |
commit | cb274b4b3fe7dad642fe27a58a1f4955bcb21e1d (patch) | |
tree | 2a564d9d95d65f73c714d8987db503df80ddce3b /src | |
parent | 4b437e916ec159f4083d864cf44532ddf1d8c01f (diff) | |
download | marco-cb274b4b3fe7dad642fe27a58a1f4955bcb21e1d.tar.bz2 marco-cb274b4b3fe7dad642fe27a58a1f4955bcb21e1d.tar.xz |
build: fix meson build
Diffstat (limited to 'src')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index eb5a5820..e7dd0784 100644 --- a/src/meson.build +++ b/src/meson.build @@ -211,7 +211,7 @@ xml_files = [ ] foreach xml : xml_files - i18n.merge_file(xml, + i18n.merge_file( input: xml+ '.in', output: xml, po_dir: '../po', |