mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
e2b7697406
* Initial support of libunwind * Fix copyright install * ./vcpkg x-add-version --all * Update git-tree * Resolve some change requests - A blank line needs to be added at the end of the file. - Fix the version number in the vcpkg.json and usage files. * Fix version * Use vcpkg_from_github instead vcpkg_from_git * Fix usage and portfile.cmake files * Fix git-tree * Yet another refactor * Update git-tree
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"name": "libunwind",
|
|
"version": "1.7.2",
|
|
"description": "Unix libray for portable stack unwinding",
|
|
"homepage": "https://www.nongnu.org/libunwind",
|
|
"license": "MIT",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|