mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[miniz]: Fix config error on android ndk r27 (#40261)
This commit is contained in:
parent
4327b9c40a
commit
a0f3def0ee
@ -11,6 +11,7 @@ vcpkg_cmake_configure(
|
||||
OPTIONS
|
||||
-DBUILD_EXAMPLES=OFF
|
||||
-DINSTALL_PROJECT=ON
|
||||
-DCMAKE_POLICY_DEFAULT_CMP0057=NEW
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -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",
|
||||
|
@ -5862,7 +5862,7 @@
|
||||
},
|
||||
"miniz": {
|
||||
"baseline": "3.0.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"minizip": {
|
||||
"baseline": "1.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "91b28cb3c5b2606dc0706969eeacbf6966e9b50c",
|
||||
"version": "3.0.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "3bc5e6266f184934f9701339f472db510bb7a1e4",
|
||||
"version": "3.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user