Skip to content

Commit

Permalink
Fix libuv 1.42.0 upgrade (versatica#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jul 21, 2021
1 parent d55a65c commit 237f7b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worker/deps/libuv/uv.gyp
Expand Up @@ -245,6 +245,7 @@
'libuv/src/unix/procfs-exepath.c',
'libuv/src/unix/random-getrandom.c',
'libuv/src/unix/random-sysctl-linux.c',
'libuv/src/unix/epoll.c',
],
'link_settings': {
'libraries': [ '-ldl', '-lrt' ],
Expand All @@ -261,6 +262,7 @@
'libuv/src/unix/procfs-exepath.c',
'libuv/src/unix/random-getrandom.c',
'libuv/src/unix/random-sysctl-linux.c',
'libuv/src/unix/epoll.c',
],
'link_settings': {
'libraries': [ '-ldl' ],
Expand Down Expand Up @@ -358,6 +360,7 @@
'libuv/src/unix/pthread-fixes.c',
'libuv/src/unix/os390.c',
'libuv/src/unix/os390-syscalls.c'
'libuv/src/unix/os390-proctitle.c'
]
}],
]
Expand Down

0 comments on commit 237f7b2

Please sign in to comment.