summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/toolchains/llvm/check.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/llvm/check.lua b/xmake/toolchains/llvm/check.lua
index 5a1498c9b..6fe57b2aa 100644
--- a/xmake/toolchains/llvm/check.lua
+++ b/xmake/toolchains/llvm/check.lua
@@ -65,7 +65,6 @@ function main(toolchain)
elseif is_host("linux") and os.isfile("/usr/bin/llvm-ar") then
sdkdir = "/usr"
elseif is_host("macosx") then
- local bindir
if os.arch() == "arm64" then
bindir = find_path("llvm-ar", "/opt/homebrew/opt/llvm/bin")
else