From d021df166bfd45c2d18ae6fa39cd685006491d01 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 16 May 2020 10:59:10 +0800 Subject: rename dlang, rust, swift, go ldflags --- 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 944a14eff..80230ba4f 100644 --- a/xmake/modules/core/tools/go.lua +++ b/xmake/modules/core/tools/go.lua @@ -27,7 +27,7 @@ import("core.project.project") function init(self) -- init arflags - self:set("gc-arflags", "grc") + self:set("gcarflags", "grc") -- init the file formats self:set("formats", { static = "$(name).a" }) -- cgit v1.3.1