diff options
author | actboy168 <actboy168@gmail.com> | 2021-10-15 10:30:11 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2021-10-15 10:30:11 +0800 |
commit | 8911db134e351df92d9f7cc6dd446ee422b24060 (patch) | |
tree | 2497ad1e4df5d8003478180b2276b8d2e0d9cded /make | |
parent | 76984fe65a4962c7e20888d72157119877122d33 (diff) | |
download | lua-language-server-8911db134e351df92d9f7cc6dd446ee422b24060.zip |
去掉所有的动态库
Diffstat (limited to 'make')
-rw-r--r-- | make/modules.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/modules.cpp b/make/modules.cpp new file mode 100644 index 00000000..f72fc058 --- /dev/null +++ b/make/modules.cpp @@ -0,0 +1,4 @@ +#include <bee/lua/binding.h> + +extern "C" int luaopen_lpeglabel (lua_State *L); +static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel); |