Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: set node_arch to target_cpu in GN
  • Loading branch information
codebytere committed Nov 23, 2024
commit 59d81b325b0e41916997f5e3cd9cb51cbc688523
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