diff --git a/packages/c/cairo/xmake.lua b/packages/c/cairo/xmake.lua index bc30684bc..8999aac7e 100644 --- a/packages/c/cairo/xmake.lua +++ b/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)