summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 20:58:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 20:58:12 +0800
commit0107e0e3064c33a5435c55ea54a029ccb66d411e (patch)
treeeb42b2398f33640676f7a1d8ca725c7a16c84211
parent2d25c889f7197124c28a91bc5c4ce3b4303aa61c (diff)
downloadlua-language-server-0107e0e3064c33a5435c55ea54a029ccb66d411e.zip
你也要?
-rw-r--r--make.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.lua b/make.lua
index 8eae1031..bde22e8f 100644
--- a/make.lua
+++ b/make.lua
@@ -15,6 +15,7 @@ lm:shared_library 'lni' {
links = {
platform.OS == "Linux" and "stdc++",
},
+ visibility = 'default',
}
lm:shared_library 'lpeglabel' {