Skip to content

Commit 49706da

Browse files
committed
build: fix building js2c with GN
This is a follow-up to nodejs#51605.
1 parent 0e11859 commit 49706da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unofficial.gni

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,10 @@ template("node_gn_build") {
280280
sources = [
281281
"tools/js2c.cc",
282282
"tools/executable_wrapper.h",
283+
"src/embedded_data.cc",
284+
"src/embedded_data.h",
283285
]
286+
include_dirs = [ "src" ]
284287
}
285288

286289
action("run_node_js2c") {

0 commit comments

Comments
 (0)