aboutsummaryrefslogtreecommitdiff
blob: 430ceb7a49243f24e47b4aa8e1bee05ebd0d2f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/build/toolchain/linux/unbundle/BUILD.gn
+++ b/build/toolchain/linux/unbundle/BUILD.gn
@@ -35,7 +35,7 @@ gcc_toolchain("host") {
   extra_ldflags = getenv("BUILD_LDFLAGS")
 
   toolchain_args = {
-    current_cpu = current_cpu
-    current_os = current_os
+    current_cpu = host_cpu
+    current_os = host_os
   }
 }