summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/makefile.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-11 11:59:45 +0800
committerruki <[email protected]>2015-06-11 11:59:45 +0800
commit2680c6575a238d0a199f2a31fcf47cd6d0687b62 (patch)
tree87bfdd3873bd2d560f3ce1192ba034974535b024 /xmake/scripts/base/makefile.lua
parentb5815f7c047221ea4a85333f7a8b6be5a2a4c737 (diff)
check includes, links and interfaces
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)