fix tbox for android

pull/18/head
ruki 6 years ago
parent bd8f2702e6
commit 2a3bcd6541
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      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

Loading…
Cancel
Save