diff --git a/unofficial.gni b/unofficial.gni index 16bf46acb0f..5878f079d94 100644 --- a/unofficial.gni +++ b/unofficial.gni @@ -105,7 +105,7 @@ template("node_gn_build") { "-Wno-unused-function", ] - if (current_cpu == "x86") { + if (target_cpu == "x86") { node_arch = "ia32" } else { node_arch = target_cpu