diff options
| author | ruki <[email protected]> | 2017-02-21 23:32:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-21 23:32:31 +0800 |
| commit | c3d883feee28fd29cfdde759f7a5252049bc6d1e (patch) | |
| tree | c1b4e3a1768533c346d4b4a6b9ab08fa5324b5ec /xmake/tools/go.lua | |
| parent | fb6033c52082b69041783dc23a8d5b07f9bf007a (diff) | |
modify flags
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 = {} |
