thrift: add more platforms. (#1050)

* thrift: add more platforms.

* thrift: remove platform bsd.
pull/1052/head
Chen Yufei 3 years ago committed by GitHub
parent 3b8e1fe540
commit 9d374d343c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/t/thrift/xmake.lua

@ -34,7 +34,7 @@ package("thrift")
end
end)
on_install("linux", "macosx", function (package)
on_install("linux", "macosx", "cross", function (package)
local configs = {
"-DBUILD_TESTING=OFF",
"-DWITH_STDTHREADS=ON",

Loading…
Cancel
Save