diff options
| author | ruki <[email protected]> | 2017-02-27 14:51:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-27 14:51:26 +0800 |
| commit | 65f49bd7b23dbbb2516b93518906f451cd35a7c0 (patch) | |
| tree | e489db5c253bf021b7d3a58c899a8d5bc793592e /xmake/platforms/linux/load.lua | |
| parent | 7d1939d7dcc6f18f5cef9a4d443e44cfa4bdefa5 (diff) | |
rename go tool kind to gc
Diffstat (limited to 'xmake/platforms/linux/load.lua')
| -rw-r--r-- | xmake/platforms/linux/load.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/load.lua b/xmake/platforms/linux/load.lua index 185b5c8a5..58b543114 100644 --- a/xmake/platforms/linux/load.lua +++ b/xmake/platforms/linux/load.lua @@ -71,7 +71,7 @@ function main() _g.asflags = { archflags } -- init flags for golang - _g["go-ldflags"] = {} + _g["gc-ldflags"] = {} -- init flags for dlang local dc_archs = { i386 = "-m32", x86_64 = "-m64" } |
