mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Fixes #1204. Add missing headers files to include
This commit fixes install of required dependencies for native extensions.
This commit is contained in:
6
wscript
6
wscript
@@ -901,6 +901,12 @@ def build(bld):
|
||||
src/node_events.h
|
||||
src/node_version.h
|
||||
""")
|
||||
bld.install_files('${PREFIX}/include/node/c-ares', """
|
||||
deps/uv/c-ares/ares.h
|
||||
deps/uv/c-ares/ares_version.h
|
||||
deps/uv/c-ares/ares_build.h
|
||||
deps/uv/c-ares/ares_rules.h
|
||||
""")
|
||||
|
||||
# Only install the man page if it exists.
|
||||
# Do 'make doc install' to build and install it.
|
||||
|
||||
Reference in New Issue
Block a user