diff options
| author | ruki <[email protected]> | 2020-04-11 11:23:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-11 11:23:25 +0800 |
| commit | 8d291b23aeccdd781acf4c69e0d12e5181ce6357 (patch) | |
| tree | 74a69b5141f67aec0e3a0c49ccac1b47f8173a5a /xmake/modules/core/tools/ml.lua | |
| parent | 7df6126bd87931ed1688fcbbe107fe6e9b6585f8 (diff) | |
improve errors tips for yasm
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 b0acd11de..4899b46c6 100644 --- a/xmake/modules/core/tools/ml.lua +++ b/xmake/modules/core/tools/ml.lua @@ -119,7 +119,7 @@ function _compile1(self, sourcefile, objectfile, dependinfo, flags) end errors = errs end - os.raise(tostring(errors)) + raise(tostring(errors)) end } } |
