2
0
ruki 4 жил өмнө
parent
commit
81e91b7763

+ 1 - 1
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)