mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
v8,tools: expose necessary V8 defines
PR-URL: https://github.com/nodejs/node/pull/50820 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -257,10 +257,11 @@ template("node_gn_build") {
|
||||
script = "tools/generate_config_gypi.py"
|
||||
outputs = [ "$target_gen_dir/config.gypi" ]
|
||||
depfile = "$target_gen_dir/$target_name.d"
|
||||
script_args = [ "$root_build_dir" ]
|
||||
script_args += outputs
|
||||
script_args += [ depfile ]
|
||||
args = rebase_path(script_args, root_build_dir)
|
||||
args = rebase_path(outputs, root_build_dir) + [
|
||||
"--out-dir", rebase_path(root_build_dir, root_build_dir),
|
||||
"--dep-file", rebase_path(depfile, root_build_dir),
|
||||
"--node-gn-path", node_path,
|
||||
]
|
||||
}
|
||||
|
||||
executable("node_js2c") {
|
||||
|
||||
Reference in New Issue
Block a user