14 lines
410 B
Diff
14 lines
410 B
Diff
--- qt6-webengine-6.4.2.orig/src/3rdparty/chromium/build/toolchain/linux/unbundle/BUILD.gn
|
|
+++ qt6-webengine-6.4.2/src/3rdparty/chromium/build/toolchain/linux/unbundle/BUILD.gn
|
|
@@ -35,8 +35,8 @@ 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
|
|
}
|
|
}
|
|
|