Skip to content

Commit

Permalink
✏️ Fix wrong name of lua.native-objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 18, 2024
1 parent 92f5d55 commit b265790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b265790

Please sign in to comment.