mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:49:02 +08:00
0f6d405151
Fix #39141. Fix the library name for `pkg-config` is `z-ng` but output name is `zlib-ng[d].lib` for windows.
15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"name": "zlib-ng",
|
|
"version": "2.1.5",
|
|
"port-version": 1,
|
|
"description": "zlib replacement with optimizations for 'next generation' systems",
|
|
"homepage": "https://github.com/zlib-ng/zlib-ng",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|