|
@@ -16,6 +16,8 @@ package("libcurl")
|
|
|
|
|
|
if is_plat("macosx") then
|
|
if is_plat("macosx") then
|
|
add_frameworks("Security")
|
|
add_frameworks("Security")
|
|
|
|
+ elseif is_plat("linux") then
|
|
|
|
+ add_syslinks("pthread")
|
|
end
|
|
end
|
|
|
|
|
|
on_install("windows", function (package)
|
|
on_install("windows", function (package)
|