mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 19:19:01 +08:00
7862c10c37
* [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>
18 lines
312 B
JSON
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"
|
|
}
|
|
]
|
|
}
|