Skip to content

Commit

Permalink
xmake require openssl >=1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed May 28, 2021
1 parent 131cdbd commit 90a32d6
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 @@ -29,7 +29,7 @@ end
---[[
add_requires("zlib", {optional = true})
add_requires("libcurl", {optional = true})
add_requires("openssl", {optional = true})
add_requires("openssl >=1.1.0", {optional = true})
if has_package("libcurl") then
add_defines("HAS_LIBCURL")
add_packages("libcurl")
Expand Down

0 comments on commit 90a32d6

Please sign in to comment.