diff options
| -rw-r--r-- | xmake/modules/private/check/checkers/syntax.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/check/checkers/syntax.lua b/xmake/modules/private/check/checkers/syntax.lua index 85373b568..7da098871 100644 --- a/xmake/modules/private/check/checkers/syntax.lua +++ b/xmake/modules/private/check/checkers/syntax.lua @@ -121,7 +121,7 @@ function _check(opt) local sourcefiles = opt.files local targetnames = opt.targets local jobs = opt.jobs and tonumber(opt.jobs) or nil - + local check_time = os.mclock() local build_opt = {linkjobs = false} if jobs then |
