Skip to content

Commit 13a8da3

Browse files
committed
set mecab shared false
1 parent 0c4562e commit 13a8da3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xmake.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ add_rules("plugin.compile_commands.autoupdate", {outputdir = "build"})
1515

1616
add_requires("cpr >= 1.11", {configs = {ssl = true}})
1717
add_requires("cpp-subprocess")
18-
add_requires("nlohmann_json", "marisa", "rdricpp", "mecab")
18+
add_requires("mecab", {configs = {shared = false}})
19+
add_requires("nlohmann_json", "marisa", "rdricpp")
1920

2021
if is_mode("debug") then
2122
add_defines("DEBUG")

0 commit comments

Comments
 (0)