Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e70908

Browse files
committedFeb 21, 2024
build: fix building js2c with GN
This is a follow-up to nodejs#51605.
1 parent 1385f1b commit 3e70908

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎unofficial.gni

+3
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)
Please sign in to comment.