vcpkg/ports/readline/vcpkg.json
zekoz 7862c10c37
[readline] readline port builds for MacOS (#22000)
* [readline] New readline-osx port for MacOS

* Bump port-version of readline and fix version database.

* Remove unnecessary -D_CRT_SECURE_NO_WARNINGS.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-28 17:44:34 -08:00

18 lines
312 B
JSON

{
"name": "readline",
"version-string": "0",
"port-version": 2,
"description": "GNU readline and history libraries",
"supports": "!uwp",
"dependencies": [
{
"name": "readline-osx",
"platform": "osx"
},
{
"name": "readline-win32",
"platform": "windows"
}
]
}