ruki 5 lat temu
rodzic
commit
fb8b899763
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/t/tbox/xmake.lua

+ 1 - 1
packages/t/tbox/xmake.lua

@@ -24,7 +24,7 @@ package("tbox")
     end
 
     if is_plat("windows") then
-        add_syslinks("ws2_32")
+        add_syslinks("ws2_32", "user32", "kernel32")
     elseif is_plat("mingw") then
         add_syslinks("ws2_32", "pthread")
     elseif not is_plat("android") then