improve glib

pull/18/head
ruki 6 years ago
parent 26aac9a7d4
commit 144c5dfc2f
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/g/glib/xmake.lua

@ -19,7 +19,7 @@ package("glib")
add_syslinks("iconv")
add_frameworks("Foundation", "CoreFoundation")
elseif is_plat("linux") then
add_syslinks("pthread")
add_syslinks("pthread", "dl")
end
on_install("macosx", "linux", function (package)

Loading…
Cancel
Save