diff options
| -rw-r--r-- | xmake/rules/qt/ts/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/qt/ts/xmake.lua b/xmake/rules/qt/ts/xmake.lua index 37420eb6b..289f1fa60 100644 --- a/xmake/rules/qt/ts/xmake.lua +++ b/xmake/rules/qt/ts/xmake.lua @@ -36,7 +36,7 @@ rule("qt.ts") end assert(os.isexec(lupdate), "lupdate not found!") assert(os.isexec(lrelease), "lrelease not found!") - for _,tsfile in ipairs(sourcefile_ts) do + for _, tsfile in ipairs(sourcefile_ts) do local tsargv = {} table.join2(tsargv, lupdate_argv) table.join2(tsargv, {"-ts", path(tsfile)}) |
