Skip to content

Commit

Permalink
revert zlib (#3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 authored Jan 11, 2024
1 parent e4002f7 commit cba2c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/z/zlib/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package("zlib")
end

on_fetch(function (package, opt)
if xmake:version():lt("2.8.7") then return end -- disable system find if the bug is present
if opt.system then
if not package:is_plat("windows", "mingw") then
return package:find_package("system::z", {includes = "zlib.h"})
Expand Down

0 comments on commit cba2c0f

Please sign in to comment.