blob: bab4519841a17110d12b0319b5f43b14fe34fbae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/angle/util/BUILD.gn.orig 2025-08-26 20:49:50 UTC
+++ third_party/angle/util/BUILD.gn
@@ -334,7 +334,7 @@ foreach(is_shared_library,
]
libs = []
- if (is_linux || is_chromeos) {
+ if ((is_linux || is_chromeos) && !is_bsd) {
libs += [
"rt",
"dl",
|