diff options
| author | ruki <[email protected]> | 2020-03-16 23:41:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-16 16:10:41 +0800 |
| commit | eab12862d905574ada90a75af8ccf246be152ea4 (patch) | |
| tree | 509bd30246119c5f8900ac15971b25aa19388834 /xmake/modules/core/tools/cl.lua | |
| parent | 83d289acd55263bce45a3d3ebe389b84bdd27a1f (diff) | |
fix link errors output
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index 9ff2ffce3..fc701d5d8 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -353,7 +353,7 @@ function _compile1(self, sourcefile, objectfile, dependinfo, flags) { function (errors) - -- use cl/stdout as errors first from os.iorunv() + -- use cl/stdout as errors first from vstool.iorunv() if type(errors) == "table" then local errs = errors.stdout or "" if #errs:trim() == 0 then |
