mirror of
https://gitee.com/openharmony/third_party_libuv
synced 2025-01-13 08:10:49 +00:00
83e50a4c61
update libuv to 1.48.0 Signed-off-by: yongyuan <fuyongyuan1@huawei.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}
|