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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/watchos/checker.lua b/xmake/platforms/watchos/checker.lua
index ba1ae0e59..44bfa42e0 100644
--- a/xmake/platforms/watchos/checker.lua
+++ b/xmake/platforms/watchos/checker.lua
@@ -48,7 +48,7 @@ function _check_toolchains(config)
checker.check_toolchain(config, "mm", "xcrun -sdk watchos ", "clang", "the objc compiler")
checker.check_toolchain(config, "mxx", "xcrun -sdk watchos ", "clang++", "the objc++ compiler")
checker.check_toolchain(config, "mxx", "xcrun -sdk watchos ", "clang", "the objc++ compiler")
- checker.check_toolchain(config, "as", path.join(os.toolsdir(), "gas-preprocessor.pl xcrun -sdk watchos "), "clang", "the assember", _check_as)
+ 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")