mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 04:26:43 +02:00
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>
10 lines
208 B
PkgConfig
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
|