build: [gn] working on 32bit windows

This commit is contained in:
Jeremy Apthorp 2018-07-19 16:57:54 -07:00 committed by Jeremy Apthorp
parent a2ac31a4bf
commit 16b66db9c7
3 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,7 @@ action("configure_node") {
"--prefix=",
"--config-out-dir=" + rebase_path(target_gen_dir),
"--no-run-gyp",
"--dest-cpu=$target_cpu",
]
if (is_component_build) {
args += [ "--shared" ]