Skip to content

Commit

Permalink
build: set node_arch to target_cpu in GN
Browse files Browse the repository at this point in the history
PR-URL: #55967
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
  • Loading branch information
codebytere authored and aduh95 committed Nov 26, 2024
1 parent 9289374 commit ce53f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ template("node_gn_build") {
if (current_cpu == "x86") {
node_arch = "ia32"
} else {
node_arch = current_cpu
node_arch = target_cpu
}
if (target_os == "win") {
node_platform = "win32"
Expand Down

0 comments on commit ce53f16

Please sign in to comment.