diff options
| author | ruki <[email protected]> | 2017-02-27 13:19:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-27 13:19:51 +0800 |
| commit | 7d1939d7dcc6f18f5cef9a4d443e44cfa4bdefa5 (patch) | |
| tree | af354cb079826d5c46d592895dd3339285004b49 /xmake/platforms/linux/check.lua | |
| parent | 256c8e4eb25a2644e386516e3151264af32243eb (diff) | |
fix rust checkers
Diffstat (limited to 'xmake/platforms/linux/check.lua')
| -rw-r--r-- | xmake/platforms/linux/check.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/platforms/linux/check.lua b/xmake/platforms/linux/check.lua index 4dc2f8c40..e7faa5154 100644 --- a/xmake/platforms/linux/check.lua +++ b/xmake/platforms/linux/check.lua @@ -121,6 +121,9 @@ function _check_toolchains(config) -- check for rust tools checker.check_toolchain(config, "rc", "", "rustc", "the rust compiler") + checker.check_toolchain(config, "rc-ar", "", "rustc", "the rust static library archiver") + checker.check_toolchain(config, "rc-sh", "", "rustc", "the rust shared library linker") + checker.check_toolchain(config, "rc-ld", "", "rustc", "the rust linker") end -- check it |
