diff options
Diffstat (limited to 'xmake/tools/go.lua')
| -rwxr-xr-x | xmake/tools/go.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/go.lua b/xmake/tools/go.lua index 578a49f6a..a8966404f 100755 --- a/xmake/tools/go.lua +++ b/xmake/tools/go.lua @@ -38,7 +38,7 @@ function init(shellname, kind) _g.kind = kind -- init arflags - _g["go-arflags"] = { "grc" } + _g.arflags = { "grc" } -- init the file formats _g.formats = {} |
