summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2021-04-25 20:25:42 +0800
committerGitHub <noreply@github.com>2021-04-25 20:25:42 +0800
commit2dfcfb285cdc39f4fa5927ac08bedf7fbb9da8a0 (patch)
treec9653bcc3f835f56fc8a0de12dc52946339bf36f
parent76593606417b6c4d53f2af42a7ce1db15f25b028 (diff)
downloadlua-language-server-2dfcfb285cdc39f4fa5927ac08bedf7fbb9da8a0.zip
Update make.lua
-rw-r--r--make.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/make.lua b/make.lua
index f1268d8a..6fd709f7 100644
--- a/make.lua
+++ b/make.lua
@@ -1,7 +1,5 @@
local lm = require 'luamake'
-lm.target = 'x64'
-
if lm.plat == "macos" then
lm.flags = {
"-mmacosx-version-min=10.13",