add pthread to cairo

pull/13/head
ruki 6 years ago
parent 890cdd1693
commit 88dc9aa289
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      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)

Loading…
Cancel
Save