opnsense-ports/devel/electron32/files/patch-build_config_clang_BUILD.gn
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

11 lines
451 B
Text

--- build/config/clang/BUILD.gn.orig 2024-08-14 20:54:23 UTC
+++ build/config/clang/BUILD.gn
@@ -237,7 +237,7 @@ clang_lib("compiler_builtins") {
# Adds a dependency on the Clang runtime library clang_rt.builtins.
clang_lib("compiler_builtins") {
- if (!toolchain_has_rust) {
+ if (!toolchain_has_rust || is_bsd) {
# Since there's no Rust in the toolchain, there's no concern that we'll use
# the Rust stdlib's intrinsics here.
#