소스 검색

add pthread for libcurl

ruki 6 년 전
부모
커밋
42b74a3ab4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/l/libcurl/xmake.lua

+ 2 - 0
packages/l/libcurl/xmake.lua

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