summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/ml.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-11 00:36:15 +0800
committerruki <[email protected]>2020-04-10 21:37:33 +0800
commit9e69438ac517bdb38827d11b247f0f758ac17dcb (patch)
tree0d4c9ac62c96d819216205060d27632db816bdb6 /xmake/modules/core/tools/ml.lua
parent89802c7311cd0cc699cc7d15e3f2a55150cc4f04 (diff)
fix ml error output
Diffstat (limited to 'xmake/modules/core/tools/ml.lua')
-rw-r--r--xmake/modules/core/tools/ml.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua
index c1bea35b3..b0acd11de 100644
--- a/xmake/modules/core/tools/ml.lua
+++ b/xmake/modules/core/tools/ml.lua
@@ -104,8 +104,8 @@ function _compile1(self, sourcefile, objectfile, dependinfo, flags)
try
{
function ()
- -- use vstool to compile and enable vs_unicode_output @see https://github.com/xmake-io/xmake/issues/528
- vstool.runv(_compargv1(self, sourcefile, objectfile, flags))
+ -- @note we need not uses vstool.runv to enable unicode output for ml.exe
+ os.runv(_compargv1(self, sourcefile, objectfile, flags))
end,
catch
{