mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
build: fix building js2c with GN
This is a follow-up to https://github.com/nodejs/node/pull/51605. PR-URL: https://github.com/nodejs/node/pull/51818 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
f29d2b7053
commit
0992002d99
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user