vcpkg/ports/readline/vcpkg.json
Jack·Boos·Yu b68f3cc7ec
[vcpkg baseline][urho3d] Fix dependency readline (#22321)
* [vcpkg baseline][urho3d] Fix dependency readline-osx

* format manifest

* version

* Add port readline-unix, convert build type to makefile, set readline-osx as a empty package

* version

* change dependency to readline-unix on non-Windows

* version

* Update ports/readline-unix/vcpkg.json

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2022-01-04 19:57:18 -08:00

18 lines
318 B
JSON

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