summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 10:09:22 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 10:09:22 +0800
commitdf8e88208d4b97d83eca3e201e8060b910710c47 (patch)
treea903edb79cb9755f70886be49869a571c60097f7
parente24ff4f409ea74e84d9e678322e930445c38c657 (diff)
downloadlua-language-server-df8e88208d4b97d83eca3e201e8060b910710c47.zip
试试
-rw-r--r--make.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.lua b/make.lua
index fd59d240..69a48a2a 100644
--- a/make.lua
+++ b/make.lua
@@ -21,7 +21,7 @@ lm:shared_library 'lpeglabel' {
deps = platform.OS == "Windows" and "lua54" or "lua",
sources = 'lpeglabel/*.c',
undefs = "NDEBUG",
- ldflags = platform.OS == "Windows" and "/EXPORT:luaopen_lpeglabel",
+ ldflags = "/EXPORT:luaopen_lpeglabel",
}
if platform.OS == "Windows" then