Fix gmssl missing syslink (#2813)

pull/2817/head
Guyutongxue 1 year ago committed by GitHub
parent 0166c715ff
commit 73dcc461ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/g/gmssl/xmake.lua

@ -13,7 +13,7 @@ package("gmssl")
end
if is_plat("windows", "mingw") then
add_syslinks("ws2_32")
add_syslinks("ws2_32", "advapi32")
elseif is_plat("linux") then
add_syslinks("dl")
elseif is_plat("macosx") then

Loading…
Cancel
Save