summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/check.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/linux/check.lua')
-rw-r--r--xmake/platforms/linux/check.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/platforms/linux/check.lua b/xmake/platforms/linux/check.lua
index 260c8ca9f..e734850f0 100644
--- a/xmake/platforms/linux/check.lua
+++ b/xmake/platforms/linux/check.lua
@@ -69,7 +69,6 @@ function _toolchains(config)
checker.toolchain_insert(toolchains, "cxx", "", "$(env CXX)", "the linker")
checker.toolchain_insert(toolchains, "ld", "", "$(env LD)", "the linker")
checker.toolchain_insert(toolchains, "ld", "", "$(env CXX)", "the linker")
- checker.toolchain_insert(toolchains, "ld", "", "$(env CC)", "the linker")
checker.toolchain_insert(toolchains, "ar", "", "$(env AR)", "the static library archiver")
checker.toolchain_insert(toolchains, "sh", "", "$(env SH)", "the shared library linker")
checker.toolchain_insert(toolchains, "mm", "", "$(env MM)", "the objc compiler")