зеркало из https://github.com/microsoft/vcpkg.git
[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>
This commit is contained in:
Родитель
0adcf54f03
Коммит
20f85de001
|
@ -55,7 +55,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL "WindowsSt
|
|||
add_library(libuv ${UV_SOURCES_COMMON} ${UV_SOURCES_WIN})
|
||||
target_compile_definitions(libuv PRIVATE WIN32_LEAN_AND_MEAN "_WIN32_WINNT=0x0600")
|
||||
target_link_libraries(libuv PRIVATE iphlpapi psapi shell32 userenv ws2_32)
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
elseif(APPLE)
|
||||
add_library(libuv ${UV_SOURCES_COMMON} ${UV_SOURCES_UNIX} ${UV_SOURCES_DARWIN})
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
||||
add_library(libuv ${UV_SOURCES_COMMON} ${UV_SOURCES_UNIX} ${UV_SOURCES_FREEBSD})
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"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": [
|
||||
|
|
|
@ -3806,7 +3806,7 @@
|
|||
},
|
||||
"libuv": {
|
||||
"baseline": "1.42.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libuvc": {
|
||||
"baseline": "2020-11-24",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "41003bf038eb10b7fd29029954d42a05fb3c1a86",
|
||||
"version-semver": "1.42.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "cf96a59d9d41035fe89515464b3f93bcb9b84f27",
|
||||
"version-semver": "1.42.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче