12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
--- cargo-crates/v8-130.0.1/build/config/linux/BUILD.gn.orig 2020-06-26 16:27:54 UTC
|
|
+++ cargo-crates/v8-130.0.1/build/config/linux/BUILD.gn
|
|
@@ -41,7 +41,7 @@ config("runtime_library") {
|
|
}
|
|
|
|
if ((!is_chromeos || default_toolchain != "//build/toolchain/cros:target") &&
|
|
- (!use_custom_libcxx || current_cpu == "mipsel")) {
|
|
+ (!use_custom_libcxx || current_cpu == "mipsel") && !is_bsd) {
|
|
libs = [ "atomic" ]
|
|
}
|
|
}
|