summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-06 20:20:17 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-06 20:20:17 +0800
commit6eaa7b5f6d70530152c212d58257a5d6322f1ae3 (patch)
tree4d4fd5c458807245f7456b784ce4fbc2651b2da9 /make
parent4c81f03b28b15b5eab7f290e4fcb8ddf71bd2795 (diff)
downloadlua-language-server-6eaa7b5f6d70530152c212d58257a5d6322f1ae3.zip
remove code_format for linux-arm64
Diffstat (limited to 'make')
-rw-r--r--make/modules.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/modules.cpp b/make/modules.cpp
index 8fe065a8..802e6916 100644
--- a/make/modules.cpp
+++ b/make/modules.cpp
@@ -3,6 +3,8 @@
extern "C" int luaopen_lpeglabel (lua_State *L);
static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel);
+#ifdef CODE_FORMAT
extern "C" int luaopen_code_format(lua_State *L);
static ::bee::lua::callfunc _init_code_format(::bee::lua::register_module, "code_format",
luaopen_code_format);
+#endif