fix cmake for libpng

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

@ -12,7 +12,7 @@ package("libpng")
set_license("libpng-2.0")
add_deps("zlib")
if is_host("windows", "mingw") then
if is_plat("windows", "mingw") then
add_deps("cmake")
end

Loading…
Cancel
Save