mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
Remove node.pc
This commit is contained in:
parent
e2b7902469
commit
bac16bd8ac
@ -1,7 +0,0 @@
|
||||
prefix=@PREFIX@
|
||||
includedir=${prefix}/include/node
|
||||
|
||||
Name: node
|
||||
Description: v8 powered non-browser javascript
|
||||
Version: @VERSION@
|
||||
Cflags: @CCFLAGS@ @CPPFLAGS@ -I${includedir}
|
7
wscript
7
wscript
@ -340,13 +340,6 @@ def build(bld):
|
||||
}
|
||||
return x
|
||||
|
||||
# process file.pc.in -> file.pc
|
||||
pkgconfig = bld.new_task_gen('subst', before="cxx")
|
||||
pkgconfig.source = 'src/node.pc.in'
|
||||
pkgconfig.target = 'node.pc'
|
||||
pkgconfig.install_path = '${PREFIX}/lib/pkgconfig'
|
||||
pkgconfig.dict = subflags(node)
|
||||
|
||||
# process file.pc.in -> file.pc
|
||||
node_version = bld.new_task_gen('subst', before="cxx")
|
||||
node_version.source = 'src/node_version.h.in'
|
||||
|
Loading…
Reference in New Issue
Block a user