improve libpng

pull/240/head
ruki 4 years ago
parent 8383b53e2c
commit 81e91b7763
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")
add_deps("cmake >3.12")
end
on_install("windows", "mingw", function (package)

Loading…
Cancel
Save