0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-11-01 19:38:56 +00:00
Files
termux-packages/x11-packages/chromium-host-tools/cr-patches/0006-compiler-fix-rust-deps.patch
2025-10-08 23:59:04 +08:00

12 lines
272 B
Diff

--- a/build/rust/std/rules/BUILD.gn
+++ b/build/rust/std/rules/BUILD.gn
@@ -1900,7 +1900,7 @@
"//build/rust/std:profiler_builtins_group",
"//build/rust/std:std_build_deps",
]
- if (is_android) {
+ if (true) {
deps += [
":alloc",
":libc",