From c61545b0275b64c8b0294ce69e635e30475a2239 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 8 May 2018 22:46:38 +0800 Subject: improve build dependence --- xmake/modules/core/tools/go.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/go.lua') diff --git a/xmake/modules/core/tools/go.lua b/xmake/modules/core/tools/go.lua index 538ac3c66..f092c3daa 100644 --- a/xmake/modules/core/tools/go.lua +++ b/xmake/modules/core/tools/go.lua @@ -131,7 +131,7 @@ function compargv(self, sourcefiles, objectfile, flags) end -- complie the source file -function compile(self, sourcefiles, objectfile, depinfo, flags) +function compile(self, sourcefiles, objectfile, dependinfo, flags) -- ensure the object directory os.mkdir(path.directory(objectfile)) -- cgit v1.3.1