From 24c99b08df19fc7fdedd48e5745f7a86fb5b22b2 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Fri, 5 Aug 2022 06:29:30 +0200 Subject: Fix syntax error --- xmake/rules/c++/modules/modules_support/gcc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/c++/modules/modules_support') diff --git a/xmake/rules/c++/modules/modules_support/gcc.lua b/xmake/rules/c++/modules/modules_support/gcc.lua index 0da739a7a..449c901fd 100644 --- a/xmake/rules/c++/modules/modules_support/gcc.lua +++ b/xmake/rules/c++/modules/modules_support/gcc.lua @@ -251,7 +251,7 @@ function build_modules(target, batchcmds, objectfiles, modules, opt) local bmifile = provide.bmi if _add_module_to_mapper(mapper_file, name, path.absolute(bmifile, projectdir)) then - local args = {"-o", objectfile, "-c", provide.sourcefile}) + local args = {"-o", objectfile, "-c", provide.sourcefile} batchcmds:show_progress(opt.progress, "${color.build.object}generating.cxx.module.bmi %s", name) batchcmds:mkdir(path.directory(objectfile)) -- cgit v1.3.1