mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
b68f3cc7ec
* [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>
18 lines
318 B
JSON
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"
|
|
}
|
|
]
|
|
}
|