Skip to content

Commit a8fb1a0

Browse files
codebytereruyadorno
authored andcommitted
build: set node_arch to target_cpu in GN
PR-URL: #55967 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent 2616f12 commit a8fb1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎unofficial.gni‎

Lines changed: 1 addition & 1 deletion
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)