forked from Lainports/opnsense-ports
11 lines
304 B
Text
11 lines
304 B
Text
--- third_party/angle/util/BUILD.gn.orig 2022-07-22 17:30:31 UTC
|
|
+++ third_party/angle/util/BUILD.gn
|
|
@@ -246,7 +246,7 @@ foreach(is_shared_library,
|
|
]
|
|
libs = []
|
|
|
|
- if (is_linux || is_chromeos) {
|
|
+ if ((is_linux || is_chromeos) && !is_bsd) {
|
|
libs += [
|
|
"rt",
|
|
"dl",
|