revert libpng

pull/240/head
ruki 4 years ago
parent 81e91b7763
commit 2586c90ee8
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      packages/l/libpng/xmake.lua

@ -13,7 +13,7 @@ package("libpng")
add_deps("zlib")
if is_host("windows", "mingw") then
add_deps("cmake >3.12")
add_deps("cmake")
end
on_install("windows", "mingw", function (package)

Loading…
Cancel
Save