From 88ab7bebc40bc91bbfd91b565be2236ebd8c5e72 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 Jun 2021 22:40:57 +0800 Subject: use system lua-cjson --- core/detect/lua-cjson.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/detect/lua-cjson.c (limited to 'core/detect/lua-cjson.c') diff --git a/core/detect/lua-cjson.c b/core/detect/lua-cjson.c new file mode 100644 index 000000000..8e9d36ccd --- /dev/null +++ b/core/detect/lua-cjson.c @@ -0,0 +1,7 @@ +int luaopen_cjson(void *l); + +int main() +{ + luaopen_cjson(0); + return 0; +} -- cgit v1.3.1