Skip to content

Commit

Permalink
build: fix building js2c with GN
Browse files Browse the repository at this point in the history
This is a follow-up to #51605.

PR-URL: #51818
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
zcbenz authored and marco-ippolito committed Feb 26, 2024
1 parent 85ba577 commit 434c679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,10 @@ template("node_gn_build") {
sources = [
"tools/js2c.cc",
"tools/executable_wrapper.h",
"src/embedded_data.cc",
"src/embedded_data.h",
]
include_dirs = [ "src" ]
}

action("run_node_js2c") {
Expand Down

0 comments on commit 434c679

Please sign in to comment.