vcpkg/ports/libunwind/vcpkg.json
JonLiu1993 88fbb11406
[libunwind] Fix build error on arm64-linux (#41245)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-09-30 13:24:49 -04:00

10 lines
223 B
JSON

{
"name": "libunwind",
"version": "1.8.1",
"port-version": 1,
"description": "Unix libray for portable stack unwinding",
"homepage": "https://www.nongnu.org/libunwind",
"license": "MIT",
"supports": "linux"
}