summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/checker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/linux/checker.lua')
-rw-r--r--xmake/platforms/linux/checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/checker.lua b/xmake/platforms/linux/checker.lua
index b7e24f1a5..b2ebd2998 100644
--- a/xmake/platforms/linux/checker.lua
+++ b/xmake/platforms/linux/checker.lua
@@ -68,7 +68,7 @@ function _check_toolchains(config)
checker.check_toolchain(config, "cxx", cross, "g++", "the c++ compiler")
checker.check_toolchain(config, "as", cross, "gcc", "the assember")
checker.check_toolchain(config, "ld", cross, "g++", "the linker")
- checker.check_toolchain(config, "ar", cross, "ar", "the static library linker")
+ checker.check_toolchain(config, "ar", cross, "ar", "the static library archiver")
checker.check_toolchain(config, "ex", cross, "ar", "the static library extractor")
checker.check_toolchain(config, "sh", cross, "g++", "the shared library linker")
end