diff options
author | actboy168 <actboy168@gmail.com> | 2021-12-15 14:14:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 14:14:44 +0800 |
commit | 188dbf07487f8a7dd1aa0a9af17e27419332f80b (patch) | |
tree | e430275d366ee42262dbfbacab188a92f7fc7213 | |
parent | ce0371012207201fc602f1601a9b7bffb8f97975 (diff) | |
download | lua-language-server-188dbf07487f8a7dd1aa0a9af17e27419332f80b.zip |
Update make.lua
-rw-r--r-- | make.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |