fix links for coost (#1521)

* add links

* Update xmake.lua
pull/1523/head
ruki 3 years ago committed by GitHub
parent 5db54f8c83
commit d7d0a3c3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/c/coost/xmake.lua

@ -11,6 +11,10 @@ package("coost")
add_configs(name, {description = "Enable " .. name .. " library.", default = false, type = "boolean"})
end
if is_plat("linux") then
add_syslinks("pthread", "dl")
end
on_load(function (package)
for _, dep in ipairs({"libcurl", "openssl"}) do
if package:config(dep) then

Loading…
Cancel
Save