fix : xmake link openssl in macos

This commit is contained in:
Chanchan
2022-12-12 12:06:05 +08:00
parent 73b04682ba
commit c13addbeac
5 changed files with 1 additions and 11 deletions

View File

@@ -5,9 +5,6 @@ if not is_os("macosx") then
add_ldflags("-lrt")
end
add_links("crypto")
add_links("ssl")
function all_examples()
local res = {}
for _, x in ipairs(os.files("*.cc")) do