blob: 749c97664ec54842af189de620635245eb044869 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- build/config/rust.gni.orig 2025-05-28 14:55:43 UTC
+++ build/config/rust.gni
@@ -361,6 +361,10 @@ if (is_linux || is_chromeos) {
}
}
+if (is_bsd) {
+ rust_abi_target = string_replace(rust_abi_target, "linux-gnu", current_os)
+}
+
assert(!toolchain_has_rust || rust_abi_target != "")
# This variable is passed to the Rust libstd build.
|