diff options
Diffstat (limited to 'vcpkg/ports/libunwind/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libunwind/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/libunwind/vcpkg.json b/vcpkg/ports/libunwind/vcpkg.json new file mode 100644 index 0000000..b8ee749 --- /dev/null +++ b/vcpkg/ports/libunwind/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "libunwind", + "version": "1.8.3", + "description": "Unix libray for portable stack unwinding", + "homepage": "https://www.nongnu.org/libunwind", + "license": "MIT", + "supports": "linux", + "dependencies": [ + "liblzma" + ] +} |