Skip to content

Commit

Permalink
fix: fix build under macosx.
Browse files Browse the repository at this point in the history
  • Loading branch information
epicbigcat committed Dec 15, 2024
1 parent 2f7ef0c commit acf6b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ end
add_requires('argparse 3.1')
add_requires('spdlog 1.14.1')
add_requires('nlohmann_json 3.11.3')
add_requires('cpr 1.11.1', {configs = {ssl = true}})
add_requires('cpr 1.11.1')

if is_plat('linux') then
add_requireconfs('cpr', {configs = {ssl = true}})
add_requireconfs('cpr.libcurl', {configs = {openssl = true}})
end

Expand Down

0 comments on commit acf6b3b

Please sign in to comment.