mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +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>
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"name": "readline-osx",
|
|
"version-date": "2020-01-04",
|
|
"description": "empty package, linking to readline-unix",
|
|
"supports": "osx",
|
|
"dependencies": [
|
|
"readline-unix"
|
|
]
|
|
}
|