mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
259e0bd22c
* [libgo] fix baseline issue * [libgo] fix references * [libgo] fail fast on unsupported archs * [libgo] fix references * [libgo] fixes for macOS * [libgo] fix references * Minimize the patch Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "libgo",
|
|
"version": "3.1",
|
|
"port-version": 3,
|
|
"description": "The best stackful coroutine by c++11.",
|
|
"homepage": "https://github.com/yyzybb537/libgo",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|