aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-build_config_linux_BUILD.gn
blob: 3742dc17197d5acaae7fee2dbebdd75c5975c097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/linux/BUILD.gn.orig	2021-07-15 19:13:30 UTC
+++ build/config/linux/BUILD.gn
@@ -30,7 +30,7 @@ config("runtime_library") {
 
   if ((!(is_chromeos_ash || is_chromeos_lacros) ||
        default_toolchain != "//build/toolchain/cros:target") &&
-      (!use_custom_libcxx || current_cpu == "mipsel")) {
+      (!use_custom_libcxx || current_cpu == "mipsel") && !is_bsd) {
     libs = [ "atomic" ]
   }
 }