summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/check.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-17 23:31:20 +0800
committerruki <[email protected]>2017-02-17 23:31:20 +0800
commit2a43e4ac2723772d3e529c55732f68735e213c16 (patch)
tree4c778851ed7527d5c8b281ff9de819eac27a5feb /xmake/platforms/linux/check.lua
parent9ddb20b2f1e5c494168449e1faa47bcd49e95491 (diff)
check golang tools for mingw and windows
Diffstat (limited to 'xmake/platforms/linux/check.lua')
-rw-r--r--xmake/platforms/linux/check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/check.lua b/xmake/platforms/linux/check.lua
index 12c42e459..6c92ec684 100644
--- a/xmake/platforms/linux/check.lua
+++ b/xmake/platforms/linux/check.lua
@@ -114,7 +114,7 @@ function _check_toolchains(config)
checker.check_toolchain(config, "sc", cross, "swiftc", "the swift compiler")
checker.check_toolchain(config, "dd", cross, "lldb", "the debugger")
- -- check for go tools
+ -- check for golang tools
checker.check_toolchain(config, "go", "", "go", "the golang compiler")
checker.check_toolchain(config, "go", "", "gccgo", "the golang compiler")
checker.check_toolchain(config, "go-ar","", "go", "the golang archiver")