vcpkg/ports/zlib-ng/vcpkg.json
WangWeiLin-MV 0f6d405151
[zlib-ng] Fix pkg-config file for windows (#39163)
Fix #39141. Fix the library name for `pkg-config` is `z-ng` but output
name is `zlib-ng[d].lib` for windows.
2024-06-10 15:50:07 -07:00

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
}
]
}