diff options
| author | ruki <[email protected]> | 2016-04-27 17:58:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-04-27 17:58:10 +0800 |
| commit | d7f9c79eb0370ab14bf61360a1eb84fc0b3fe55b (patch) | |
| tree | 76fb70180f916840a2ec0bed973a075e73969991 /xmake/platforms/watchos/checker.lua | |
| parent | db3847c310a6a580d0b5e8407c71b5e8a8a9f171 (diff) | |
add vsenv utils for tools
Diffstat (limited to 'xmake/platforms/watchos/checker.lua')
| -rw-r--r-- | xmake/platforms/watchos/checker.lua | 2 |
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") |
