Skip to content
Snippets Groups Projects
Commit d04eeaba authored by 最萌小汐's avatar 最萌小汐
Browse files

导出lpeglabel的符号

parent df8e8820
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ lm:shared_library 'lpeglabel' {
deps = platform.OS == "Windows" and "lua54" or "lua",
sources = 'lpeglabel/*.c',
undefs = "NDEBUG",
ldflags = "/EXPORT:luaopen_lpeglabel",
visibility = 'default',
ldflags = platform.OS == "Windows" and "/EXPORT:luaopen_lpeglabel",
}
if platform.OS == "Windows" then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment