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.
  • Loading branch information
zcbenz committed Feb 23, 2024
1 parent 1a8ae9d commit fd5ba0a
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 fd5ba0a

Please sign in to comment.