From f54223a97ba93b02128df84d52d3efe7abd2a36a Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 Jul 2016 22:34:16 +0800 Subject: add archiver and extractor --- xmake/platforms/android/checker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/platforms/android/checker.lua') diff --git a/xmake/platforms/android/checker.lua b/xmake/platforms/android/checker.lua index ae77bab8d..315882425 100644 --- a/xmake/platforms/android/checker.lua +++ b/xmake/platforms/android/checker.lua @@ -112,7 +112,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 -- cgit v1.3.1