add onetbb and fix zlib

pull/945/head
ruki 3 years ago
parent 37cb5e50da
commit dd4abbd658
  1. 4
      packages/o/onetbb/xmake.lua
  2. 6
      packages/z/zlib/xmake.lua

@ -0,0 +1,4 @@
package("onetbb")
if set_base then
set_base("tbb")
end

@ -3,10 +3,10 @@ package("zlib")
set_homepage("http://www.zlib.net")
set_description("A Massively Spiffy Yet Delicately Unobtrusive Compression Library")
add_urls("https://github.com/madler/zlib/archive/v$(version).tar.gz")
add_urls("https://github.com/madler/zlib/archive/$(version).tar.gz")
add_versions("1.2.10", "42cd7b2bdaf1c4570e0877e61f2fdc0bce8019492431d054d3d86925e5058dc5")
add_versions("1.2.11", "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff")
add_versions("v1.2.10", "42cd7b2bdaf1c4570e0877e61f2fdc0bce8019492431d054d3d86925e5058dc5")
add_versions("v1.2.11", "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff")
if is_plat("linux") then
add_extsources("pacman::zlib", "apt::zlib1g-dev")

Loading…
Cancel
Save