소스 검색

add pthread to cairo

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

+ 2 - 0
packages/c/cairo/xmake.lua

@@ -12,6 +12,8 @@ package("cairo")
 
     if is_plat("macosx") then
         add_frameworks("CoreGraphics", "CoreFoundation", "Foundation")
+    else
+        add_syslinks("pthread")
     end
 
     on_install("macosx", "linux", function (package)