blob: 22b764d2ab0e54db8a6a54585cedc821686b6bdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-third_party_webrtc_BUILD_gn,v 1.28 2021/11/16 11:28:47 robert Exp $
Index: third_party/webrtc/BUILD.gn
--- third_party/webrtc/BUILD.gn.orig
+++ third_party/webrtc/BUILD.gn
@@ -188,6 +188,9 @@ config("common_inherited_config") {
if (is_linux || is_chromeos) {
defines += [ "WEBRTC_LINUX" ]
}
+ if (is_openbsd) {
+ defines += [ "WEBRTC_BSD" ]
+ }
if (is_mac) {
defines += [ "WEBRTC_MAC" ]
}
|