Skip to content

Commit fca0a0b

Browse files
committed
nwjs depends on libcpp
libcpp is needed to build Node on windows
1 parent f383a93 commit fca0a0b

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
@@ -15,6 +15,9 @@ group("nwjs") {
1515
if (is_mac) {
1616
deps += [ ":copy_ffmpeg" ]
1717
}
18+
if (is_win) {
19+
deps += [ "//buildtools/third_party/libc++:libcpp" ]
20+
}
1821
if (is_linux) {
1922
deps += [ "//chrome:xdg_mime" ]
2023
}

0 commit comments

Comments
 (0)