blob: 980020db377401b6285695b0aa7248876ea0e079 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/angle/util/BUILD.gn.orig 2025-09-10 13:22:16 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",
|