vcpkg/ports/libuv/vcpkg.json
Ahmed Yarub Hani Al Nuaimi 20f85de001
[Libuv] Fix iOS Build (#20117)
* Use MacOS (Darwin) source files for building iOS version

* Update version

* Update version

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
2021-09-13 14:44:22 -07:00

18 lines
370 B
JSON

{
"name": "libuv",
"version-semver": "1.42.0",
"port-version": 1,
"description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
"homepage": "https://github.com/libuv/libuv",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}