diff options
author | rbuj <[email protected]> | 2022-01-26 23:01:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-08 19:10:29 +0200 |
commit | 70e1412cb417eff42abfe171ec1c682dfb51b5f5 (patch) | |
tree | 506f92872754f564a48dc5de64c6919c7ddabb45 | |
parent | 3624c5a41655df7c882aacd7e780f03609b895da (diff) | |
download | marco-70e1412cb417eff42abfe171ec1c682dfb51b5f5.tar.bz2 marco-70e1412cb417eff42abfe171ec1c682dfb51b5f5.tar.xz |
build: fix meson build
-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', |