diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-15 19:24:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-15 19:24:44 +0800 |
commit | e5aa2aa5f99a9bab8f12230f06cad2b7ec204099 (patch) | |
tree | af96e48cfbba5a28be35ed00321a73e989ba50bb | |
parent | 1c1b62b4343ecb2f360a9ce81524962bf2e80f55 (diff) | |
download | lua-language-server-e5aa2aa5f99a9bab8f12230f06cad2b7ec204099.zip |
update luamake
m--------- | 3rd/luamake | 0 | ||||
-rw-r--r-- | make.lua | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/3rd/luamake b/3rd/luamake -Subproject 56056e3909c9bbf3b45b8f8e016efec596f81fe +Subproject 7f35ab0c780ec0d946cd689661298d8a164bab8 @@ -1,7 +1,6 @@ local lm = require 'luamake' -local platform = require 'bee.platform' -lm.arch = 'x64' +lm.target = 'x64' if lm.plat == "macos" then lm.flags = { |