fix libpng license and libname

This commit is contained in:
DubbleClick 2023-10-17 19:42:35 +02:00 committed by Jerry Ma
parent 8b188bd1b9
commit 1e11559c4b
2 changed files with 3 additions and 3 deletions

View File

@ -223,7 +223,7 @@
"libpng": { "libpng": {
"source": "libpng", "source": "libpng",
"static-libs-unix": [ "static-libs-unix": [
"libpng.a" "libpng16.a"
], ],
"static-libs-windows": [ "static-libs-windows": [
"libpng16_static.lib" "libpng16_static.lib"

File diff suppressed because one or more lines are too long