Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: install uv-private/*.h, fixes native add-on builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 9, 2011
1 parent 97cf216 commit fa334ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -652,7 +652,7 @@ def build_uv(bld):
bld.env_of_name('Debug').append_value("LINKFLAGS_UV", t)

bld.install_files('${PREFIX}/include/node/', 'deps/uv/include/*.h')

bld.install_files('${PREFIX}/include/node/uv-private', 'deps/uv/include/uv-private/*.h')
bld.install_files('${PREFIX}/include/node/ev', 'deps/uv/src/ev/*.h')
bld.install_files('${PREFIX}/include/node/c-ares', """
deps/uv/include/ares.h
Expand Down

0 comments on commit fa334ef

Please sign in to comment.