浏览代码

fix tbox for android

ruki 6 年之前
父节点
当前提交
2a3bcd6541
共有 1 个文件被更改,包括 1 次插入1 次删除
  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