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