Skip to content

Commit 540f5f9

Browse files
committed
fixup! chore: add pkgconfig support
1 parent e790afa commit 540f5f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nbytes.pc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
22
exec_prefix=${prefix}
3-
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4-
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
3+
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
4+
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
55

66
Name: nbytes
77
Description: Library of byte handling functions extracted from Node.js core

0 commit comments

Comments
 (0)