mirror of https://github.com/nodejs/node.git
Install node.d in the correct place
parent
25ce5016f4
commit
7e4f755073
2
wscript
2
wscript
|
@ -706,7 +706,7 @@ def build(bld):
|
||||||
if bld.env["USE_DEBUG"]:
|
if bld.env["USE_DEBUG"]:
|
||||||
dtrace_g = dtrace.clone("debug")
|
dtrace_g = dtrace.clone("debug")
|
||||||
|
|
||||||
bld.install_files('${PREFIX}/usr/lib/dtrace', 'src/node.d')
|
bld.install_files('${PREFIX}/lib/dtrace', 'src/node.d')
|
||||||
|
|
||||||
if sys.platform.startswith("sunos"):
|
if sys.platform.startswith("sunos"):
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue