We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e790afa commit 540f5f9Copy full SHA for 540f5f9
1 file changed
nbytes.pc.in
@@ -1,7 +1,7 @@
1
prefix=@CMAKE_INSTALL_PREFIX@
2
exec_prefix=${prefix}
3
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
5
6
Name: nbytes
7
Description: Library of byte handling functions extracted from Node.js core
0 commit comments