summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-01-26 23:01:48 +0100
committerraveit65 <[email protected]>2022-01-27 08:11:09 +0100
commitcb274b4b3fe7dad642fe27a58a1f4955bcb21e1d (patch)
tree2a564d9d95d65f73c714d8987db503df80ddce3b
parent4b437e916ec159f4083d864cf44532ddf1d8c01f (diff)
downloadmarco-cb274b4b3fe7dad642fe27a58a1f4955bcb21e1d.tar.bz2
marco-cb274b4b3fe7dad642fe27a58a1f4955bcb21e1d.tar.xz
build: fix meson build
-rw-r--r--src/meson.build2
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',