diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 10:09:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 10:09:22 +0800 |
commit | df8e88208d4b97d83eca3e201e8060b910710c47 (patch) | |
tree | a903edb79cb9755f70886be49869a571c60097f7 | |
parent | e24ff4f409ea74e84d9e678322e930445c38c657 (diff) | |
download | lua-language-server-df8e88208d4b97d83eca3e201e8060b910710c47.zip |
试试
-rw-r--r-- | make.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |