From 2680c6575a238d0a199f2a31fcf47cd6d0687b62 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 11 Jun 2015 11:59:45 +0800 Subject: check includes, links and interfaces --- xmake/scripts/base/makefile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/base/makefile.lua') 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) -- cgit v1.3.1