Update xmake.lua

This commit is contained in:
Jérôme Leclercq 2022-11-16 07:51:19 +01:00 committed by GitHub
parent 2fd2e190b9
commit 335b34b31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ package("python")
end
if is_host("macosx", "linux", "bsd") then
add_deps("openssl >=1.1.1", "ca-certificates", {host = true})
add_deps("openssl >=1.1.1-a", "ca-certificates", {host = true})
end
if is_host("linux", "bsd") then