From adbcc87f0699702c32fa8dc63aa8aafaa1deca9d Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 3 Apr 2019 22:18:36 +0800 Subject: improve linker --- 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 5bda5022b..d23bbd0a2 100644 --- a/xmake/modules/core/tools/go.lua +++ b/xmake/modules/core/tools/go.lua @@ -31,7 +31,7 @@ import("core.project.project") function init(self) -- init arflags - self:set("arflags", "grc") + self:set("gc-arflags", "grc") -- init the file formats self:set("formats", { static = "$(name).a" }) -- cgit v1.3.1