ruki 6 vuotta sitten
vanhempi
commit
144c5dfc2f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)