Skip to content

Commit 216a785

Browse files
codebytereaduh95
authored andcommitted
build: set node_arch to target_cpu in GN
PR-URL: #55967 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 930e26b commit 216a785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ template("node_gn_build") {
9191
if (current_cpu == "x86") {
9292
node_arch = "ia32"
9393
} else {
94-
node_arch = current_cpu
94+
node_arch = target_cpu
9595
}
9696
if (target_os == "win") {
9797
node_platform = "win32"

0 commit comments

Comments
 (0)