summaryrefslogtreecommitdiff
path: root/xmake/languages/golang/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/languages/golang/xmake.lua')
-rw-r--r--xmake/languages/golang/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/languages/golang/xmake.lua b/xmake/languages/golang/xmake.lua
index 385e43c8b..d78d64e1d 100644
--- a/xmake/languages/golang/xmake.lua
+++ b/xmake/languages/golang/xmake.lua
@@ -28,7 +28,7 @@ language("golang")
set_sourceflags {gc = "gcflags"}
-- set target kinds
- set_targetkinds {binary = "gc-ld", static = "gc-ar"}
+ set_targetkinds {binary = "gcld", static = "gcar"}
-- set target flags
set_targetflags {binary = "ldflags", static = "arflags"}
@@ -109,7 +109,7 @@ language("golang")
, {nil, "go", "kv", nil, "The Golang Compiler" }
, {category = "Cross Complation Configuration/Linker Configuration" }
- , {nil, "gc-ld", "kv", nil, "The Golang Linker" }
+ , {nil, "gcld", "kv", nil, "The Golang Linker" }
, {nil, "go-ar", "kv", nil, "The Golang Static Library Linker" }
, {category = "Cross Complation Configuration/Builtin Flags Configuration" }