Remove pkg-conf file
This commit is contained in:
parent
8430148ccb
commit
1ca5b6cd05
@ -1,9 +0,0 @@
|
|||||||
version=@VERSION@
|
|
||||||
prefix=@PREFIX@
|
|
||||||
libdir=${prefix}/lib
|
|
||||||
includedir=${prefix}/include/node
|
|
||||||
|
|
||||||
Name: nodejs
|
|
||||||
Description: Evented I/O for V8 JavaScript.
|
|
||||||
Version: ${version}
|
|
||||||
Cflags: -I${includedir}
|
|
8
wscript
8
wscript
@ -956,14 +956,6 @@ def build(bld):
|
|||||||
bld.install_files('${LIBDIR}/node/wafadmin', 'tools/wafadmin/*.py')
|
bld.install_files('${LIBDIR}/node/wafadmin', 'tools/wafadmin/*.py')
|
||||||
bld.install_files('${LIBDIR}/node/wafadmin/Tools', 'tools/wafadmin/Tools/*.py')
|
bld.install_files('${LIBDIR}/node/wafadmin/Tools', 'tools/wafadmin/Tools/*.py')
|
||||||
|
|
||||||
# create a pkg-config(1) file
|
|
||||||
node_conf = bld.new_task_gen('subst', before="cxx")
|
|
||||||
node_conf.source = 'tools/nodejs.pc.in'
|
|
||||||
node_conf.target = 'tools/nodejs.pc'
|
|
||||||
node_conf.dict = subflags(node)
|
|
||||||
|
|
||||||
bld.install_files('${LIBDIR}/pkgconfig', 'tools/nodejs.pc')
|
|
||||||
|
|
||||||
def shutdown():
|
def shutdown():
|
||||||
Options.options.debug
|
Options.options.debug
|
||||||
# HACK to get binding.node out of build directory.
|
# HACK to get binding.node out of build directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user