Browse Source

improve glib

ruki 6 years ago
parent
commit
144c5dfc2f
1 changed files with 1 additions and 1 deletions
  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_syslinks("iconv")
         add_frameworks("Foundation", "CoreFoundation")
         add_frameworks("Foundation", "CoreFoundation")
     elseif is_plat("linux") then
     elseif is_plat("linux") then
-        add_syslinks("pthread")
+        add_syslinks("pthread", "dl")
     end
     end
 
 
     on_install("macosx", "linux", function (package)
     on_install("macosx", "linux", function (package)