diff options
| author | ruki <[email protected]> | 2022-05-17 00:59:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-17 00:59:13 +0800 |
| commit | b4159ba0031f6203838396fcb964e77e3c7f402d (patch) | |
| tree | 1531c37ecc359adcbe2e5ce16d8d6f070f0e729f /xmake/modules/private/tools/vstool.lua | |
| parent | 0894984d573ee66e8b8f860464f2fc0c6a8208c8 (diff) | |
improve gcc pch
Diffstat (limited to 'xmake/modules/private/tools/vstool.lua')
| -rw-r--r-- | xmake/modules/private/tools/vstool.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/private/tools/vstool.lua b/xmake/modules/private/tools/vstool.lua index 4a96b8914..97a278d7b 100644 --- a/xmake/modules/private/tools/vstool.lua +++ b/xmake/modules/private/tools/vstool.lua @@ -136,8 +136,6 @@ function iorunv(program, argv, opt) -- raise errors os.raise({errors = errors, stderr = errdata, stdout = outdata}) end - - -- ok? return outdata, errdata end |
