diff options
Diffstat (limited to 'devel/electron39/files/patch-build_config_rust.gni')
| -rw-r--r-- | devel/electron39/files/patch-build_config_rust.gni | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-build_config_rust.gni b/devel/electron39/files/patch-build_config_rust.gni new file mode 100644 index 000000000000..ff6e49252fef --- /dev/null +++ b/devel/electron39/files/patch-build_config_rust.gni @@ -0,0 +1,25 @@ +--- build/config/rust.gni.orig 2025-10-24 16:42:30 UTC ++++ build/config/rust.gni +@@ -62,7 +62,8 @@ declare_args() { + # set this to the output of `rustc -V`. Changing this string will cause all + # Rust targets to be rebuilt, which allows you to update your toolchain and + # not break incremental builds. +- rustc_version = "" ++ rustc_version = exec_script("//build/gn_run_binary.py", ++ [ "${LOCALBASE}/bin/rustc", "-V" ], "trim string") + + # Whether artifacts produced by the Rust compiler can participate in ThinLTO. + # +@@ -329,7 +330,11 @@ if (is_linux || is_chromeos) { + } + } + +-if (toolchain_has_rust) { ++if (is_bsd) { ++ rust_abi_target = string_replace(rust_abi_target, "linux-gnu", current_os) ++} ++ ++if (toolchain_has_rust && !is_bsd) { + assert(rust_abi_target != "") + + _known_rust_target_triples_filepath = "//build/rust/known-target-triples.txt" |
