Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index e1aeb45720577402d1692d2c1f6cc20db23309b7..3a2556b91754f83345137b54092e293348bef4ef 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -122,6 +122,10 @@ config("common_config") { |
} |
} |
+ if (rtc_enable_libevent) { |
+ defines += [ "WEBRTC_BUILD_LIBEVENT" ] |
+ } |
+ |
if (current_cpu == "arm64") { |
defines += [ "WEBRTC_ARCH_ARM64" ] |
defines += [ "WEBRTC_HAS_NEON" ] |