mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 07:53:06 +01:00
9e68f9413e
- linux: introduce io_uring support https://github.com/libuv/libuv/pull/3952 - src: add new metrics APIs https://github.com/libuv/libuv/pull/3749 - unix,win: give thread pool threads an 8 MB stack https://github.com/libuv/libuv/pull/3787 - win,unix: change execution order of timers https://github.com/libuv/libuv/pull/3927 Fixes: https://github.com/nodejs/node/issues/43931 Fixes: https://github.com/nodejs/node/issues/42496 Fixes: https://github.com/nodejs/node/issues/47715 Fixes: https://github.com/nodejs/node/issues/47259 Fixes: https://github.com/nodejs/node/issues/47241 PR-URL: https://github.com/nodejs/node/pull/48078 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
14 lines
317 B
PkgConfig
14 lines
317 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
LIBUV_STATIC=-L${libdir} -l:libuv.a @LIBS@
|
|
|
|
Name: libuv
|
|
Version: @PACKAGE_VERSION@
|
|
Description: multi-platform support library with a focus on asynchronous I/O.
|
|
URL: http://libuv.org/
|
|
|
|
Libs: -L${libdir} -luv @LIBS@
|
|
Cflags: -I${includedir}
|