Skip to content

Commit 751948e

Browse files
committed
include deps/uv/include when building nw_base
For Node.js v10.6.0 support
1 parent cb31692 commit 751948e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ component("nw_base") {
3737
"src/common/shell_switches.cc",
3838
"src/common/shell_switches.h",
3939
]
40+
include_dirs = [
41+
"$root_out_dir/../../third_party/node-nw/deps/uv/include"
42+
]
4043
}
4144

4245
nw_content_browser_sources = [

0 commit comments

Comments
 (0)