13 lines
304 B
Diff
13 lines
304 B
Diff
|
--- a/build/toolchain/linux/unbundle/BUILD.gn.orig
|
||
|
+++ b/build/toolchain/linux/unbundle/BUILD.gn
|
||
|
@@ -35,7 +35,7 @@
|
||
|
extra_ldflags = getenv("BUILD_LDFLAGS")
|
||
|
|
||
|
toolchain_args = {
|
||
|
- current_cpu = current_cpu
|
||
|
- current_os = current_os
|
||
|
+ current_cpu = host_cpu
|
||
|
+ current_os = host_os
|
||
|
}
|
||
|
}
|