summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/gcc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-10-15 23:43:33 +0800
committerruki <[email protected]>2017-10-15 23:43:33 +0800
commite6b23ffc316822a52b374e1c38dff738c7be6b91 (patch)
tree2747ccf724916cf69a327810904cc808ea728423 /xmake/modules/core/tools/gcc.lua
parent3c990e889dc116dec50c950f5c1a1a91fb5d6600 (diff)
enable log output
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
-rw-r--r--xmake/modules/core/tools/gcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua
index 91ee95eb6..649a2e48f 100644
--- a/xmake/modules/core/tools/gcc.lua
+++ b/xmake/modules/core/tools/gcc.lua
@@ -439,7 +439,7 @@ function _compile1(self, sourcefile, objectfile, depinfo, flags)
end
-- raise compiling errors
- os.raise(errors)
+ raise(errors)
end
},
finally