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 <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy