vcpkg/ports/liblzma/vcpkg.json
Leonid Pospelov 371892cc20
[liblzma] fix emscripten build (#29561)
* fix wasm32

* port-version

* add ver
2023-02-10 11:30:30 -08:00

25 lines
478 B
JSON

{
"name": "liblzma",
"version-semver": "5.4.1",
"port-version": 1,
"description": "Compression library with an API similar to that of zlib.",
"homepage": "https://tukaani.org/xz/",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!windows, mingw"
}
}
}