Sfoglia il codice sorgente

fix tbox for android

ruki 6 anni fa
parent
commit
2a3bcd6541
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/t/tbox/xmake.lua

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

@@ -23,7 +23,7 @@ package("tbox")
         add_syslinks("ws2_32")
     elseif is_plat("mingw") then
         add_syslinks("ws2_32", "pthread")
-    else
+    elseif not is_plat("android") then
         add_syslinks("pthread")
     end