Skip to content

Commit 4bca565

Browse files
committed
add ssl to cpr
1 parent c69f23e commit 4bca565

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
@@ -13,7 +13,8 @@ add_rules("mode.debug", "mode.release")
1313
-- https://clangd.llvm.org/installation#project-setup
1414
add_rules("plugin.compile_commands.autoupdate", {outputdir = "build"})
1515

16-
add_requires("cpr >= 1.11", "nlohmann_json", "marisa", "rdricpp", "mecab")
16+
add_requires("cpr >= 1.11", {configs = {ssl = true}})
17+
add_requires("nlohmann_json", "marisa", "rdricpp", "mecab")
1718

1819
if is_mode("debug") then
1920
add_defines("DEBUG")

0 commit comments

Comments
 (0)