Update xmake.lua
This commit is contained in:
parent
2fd2e190b9
commit
335b34b31d
|
|
@ -43,7 +43,7 @@ package("python")
|
||||||
end
|
end
|
||||||
|
|
||||||
if is_host("macosx", "linux", "bsd") then
|
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
|
end
|
||||||
|
|
||||||
if is_host("linux", "bsd") then
|
if is_host("linux", "bsd") then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue