diff options
| author | ruki <[email protected]> | 2024-05-15 22:33:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-15 22:33:10 +0800 |
| commit | ea920486c914a69b159832065816ebd17273b094 (patch) | |
| tree | 8a29ad3ec396a5e300ee6f3210180b445acba5aa | |
| parent | b0e263a48cc753379ead6b48c0ef4dcbf79ead41 (diff) | |
remove local bindir
| -rw-r--r-- | xmake/toolchains/llvm/check.lua | 1 |
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 |
