summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/makefile.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/base/makefile.lua')
-rw-r--r--xmake/scripts/base/makefile.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/makefile.lua b/xmake/scripts/base/makefile.lua
index 9287c1bae..0453df95d 100644
--- a/xmake/scripts/base/makefile.lua
+++ b/xmake/scripts/base/makefile.lua
@@ -43,7 +43,7 @@ function makefile._make_object(file, target, srcfile, objfile)
assert(file and target and srcfile and objfile)
-- get the compiler
- local c = compiler.get(srcfile);
+ local c = compiler.get(srcfile)
if not c then
-- error
utils.error("unknown source file: %s", srcfile)