diff options
author | actboy168 <actboy168@gmail.com> | 2021-04-25 20:25:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 20:25:42 +0800 |
commit | 2dfcfb285cdc39f4fa5927ac08bedf7fbb9da8a0 (patch) | |
tree | c9653bcc3f835f56fc8a0de12dc52946339bf36f | |
parent | 76593606417b6c4d53f2af42a7ce1db15f25b028 (diff) | |
download | lua-language-server-2dfcfb285cdc39f4fa5927ac08bedf7fbb9da8a0.zip |
Update make.lua
-rw-r--r-- | make.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ local lm = require 'luamake' -lm.target = 'x64' - if lm.plat == "macos" then lm.flags = { "-mmacosx-version-min=10.13", |