aports/main/nodejs/nodejs.pc.in
Gabor Csardi 303f071c61 main/nodejs: build nodejs shared library
After this change we can use the nodejs-dev package to link to node.js,
e.g. embed the node.js into another program.

Co-Authored-By: Jakub Jirutka <jakub@jirutka.cz>
2023-11-19 23:39:49 +00:00

10 lines
208 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: nodejs
Description: JavaScript Runtime
Version: @VERSION@
Libs: -L${libdir} -lnode
Cflags: -I${includedir}/node