浏览代码

improve glib

ruki 6 年之前
父节点
当前提交
144c5dfc2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/g/glib/xmake.lua

+ 1 - 1
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)