From b2657904c269ba82c2d6b6c27c793906ad364883 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Wed, 18 Dec 2024 23:54:54 +0800 Subject: [PATCH] :pencil2: Fix wrong name of lua.native-objects --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 928ee13..434ea0b 100644 --- a/xmake.lua +++ b/xmake.lua @@ -6,7 +6,7 @@ add_rules("mode.debug", "mode.release") target("jieba") do add_includedirs(".", "cppjieba/include", "cppjieba/deps/limonp/include") - add_rules("luarocks.module", "lua.native-object") + add_rules("luarocks.module", "lua.native-objects") add_files("*.cpp", "*.nobj.lua") add_links("stdc++") before_build(