[miniz]: Fix config error on android ndk r27 (#40261)

This commit is contained in:
Sandy 2024-08-06 17:25:07 -04:00 committed by GitHub
parent 4327b9c40a
commit a0f3def0ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,7 @@ vcpkg_cmake_configure(
OPTIONS
-DBUILD_EXAMPLES=OFF
-DINSTALL_PROJECT=ON
-DCMAKE_POLICY_DEFAULT_CMP0057=NEW
)
vcpkg_cmake_install()

View File

@ -1,6 +1,7 @@
{
"name": "miniz",
"version": "3.0.2",
"port-version": 1,
"description": "Single C source file zlib-replacement library",
"homepage": "https://github.com/richgel999/miniz",
"license": "MIT",

View File

@ -5862,7 +5862,7 @@
},
"miniz": {
"baseline": "3.0.2",
"port-version": 0
"port-version": 1
},
"minizip": {
"baseline": "1.3.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91b28cb3c5b2606dc0706969eeacbf6966e9b50c",
"version": "3.0.2",
"port-version": 1
},
{
"git-tree": "3bc5e6266f184934f9701339f472db510bb7a1e4",
"version": "3.0.2",