Skip to content

Commit 5f466c8

Browse files
committed
fix make install (was broken from node_ prefix change)
1 parent c779647 commit 5f466c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ def build(bld):
378378
bld.install_files('${PREFIX}/include/node/', """
379379
config.h
380380
src/node.h
381-
src/object_wrap.h
382-
src/events.h
383-
src/net.h
381+
src/node_object_wrap.h
382+
src/node_events.h
383+
src/node_net.h
384384
""")
385385

386386
# Only install the man page if it exists.

0 commit comments

Comments
 (0)