update tbox

pull/264/head
ruki 4 years ago
parent 07c2994315
commit 647f0a9279
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      packages/t/tbox/xmake.lua

@ -32,6 +32,8 @@ package("tbox")
add_syslinks("pthread")
elseif is_plat("macosx", "iphoneos") then
add_frameworks("Foundation")
elseif is_plat("linux", "bsd") then
add_syslinks("pthread", "m", "dl")
end
on_load(function (package)

Loading…
Cancel
Save