void-packages/srcpkgs/chromium/patches/unbundled-cross-toolchain.patch
Duncaen cea371b26f chromium: update to 96.0.4664.45.
- enable aarch64* cross build
- use -fdebug-prefix-map for better ccache hits with -o debug
2021-11-17 01:00:58 +01:00

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
}
}