summaryrefslogtreecommitdiff
path: root/xmake/platforms/watchos/checker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/watchos/checker.lua')
-rw-r--r--xmake/platforms/watchos/checker.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/watchos/checker.lua b/xmake/platforms/watchos/checker.lua
index 2cdd0d5a7..3dfe39964 100644
--- a/xmake/platforms/watchos/checker.lua
+++ b/xmake/platforms/watchos/checker.lua
@@ -53,7 +53,7 @@ function _check_toolchains(config)
checker.check_toolchain(config, "as", "xcrun -sdk watchsimulator ", "clang", "the assember")
checker.check_toolchain(config, "ld", "xcrun -sdk watchsimulator ", "clang++", "the linker")
checker.check_toolchain(config, "ld", "xcrun -sdk watchsimulator ", "clang", "the linker")
- checker.check_toolchain(config, "ar", "xcrun -sdk watchsimulator ", "ar", "the static library linker")
+ checker.check_toolchain(config, "ar", "xcrun -sdk watchsimulator ", "ar", "the static library archiver")
checker.check_toolchain(config, "ex", "xcrun -sdk watchsimulator ", "ar", "the static library extractor")
checker.check_toolchain(config, "sh", "xcrun -sdk watchsimulator ", "clang++", "the shared library linker")
checker.check_toolchain(config, "sh", "xcrun -sdk watchsimulator ", "clang", "the shared library linker")
@@ -68,7 +68,7 @@ function _check_toolchains(config)
checker.check_toolchain(config, "as", path.join(os.toolsdir(), "utils/gas-preprocessor.pl xcrun -sdk watchos "), "clang", "the assember", _check_as)
checker.check_toolchain(config, "ld", "xcrun -sdk watchos ", "clang++", "the linker")
checker.check_toolchain(config, "ld", "xcrun -sdk watchos ", "clang", "the linker")
- checker.check_toolchain(config, "ar", "xcrun -sdk watchos ", "ar", "the static library linker")
+ checker.check_toolchain(config, "ar", "xcrun -sdk watchos ", "ar", "the static library archiver")
checker.check_toolchain(config, "ex", "xcrun -sdk watchos ", "ar", "the static library extractor")
checker.check_toolchain(config, "sh", "xcrun -sdk watchos ", "clang++", "the shared library linker")
checker.check_toolchain(config, "sh", "xcrun -sdk watchos ", "clang", "the shared library linker")