diff options
Diffstat (limited to 'xmake/modules/core/tools/ml.lua')
| -rw-r--r-- | xmake/modules/core/tools/ml.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua index 451954601..042937ed7 100644 --- a/xmake/modules/core/tools/ml.lua +++ b/xmake/modules/core/tools/ml.lua @@ -134,7 +134,7 @@ function compile(self, sourcefile, objectfile, dependinfo, flags) try { function () - -- @note we need not uses vstool.runv to enable unicode output for ml.exe + -- @note we don't need to use vstool.runv to enable unicode output for ml.exe local program, argv = compargv(self, sourcefile, objectfile, flags) os.runv(program, argv, {envs = self:runenvs()}) end, |
