mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
12 lines
304 B
Diff
12 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
|
|
}
|
|
}
|