summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2021-12-15 14:14:44 +0800
committerGitHub <noreply@github.com>2021-12-15 14:14:44 +0800
commit188dbf07487f8a7dd1aa0a9af17e27419332f80b (patch)
treee430275d366ee42262dbfbacab188a92f7fc7213
parentce0371012207201fc602f1601a9b7bffb8f97975 (diff)
downloadlua-language-server-188dbf07487f8a7dd1aa0a9af17e27419332f80b.zip
Update make.lua
-rw-r--r--make.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.lua b/make.lua
index 168af9a6..7ea533ae 100644
--- a/make.lua
+++ b/make.lua
@@ -102,7 +102,7 @@ end
local notest = platform.OS == 'macOS'
and targetPlatformArch() == "arm64"
- and detectArch() == "x64"
+ and detectArch() == "x86_64"
if notest then
lm:default {