aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-third__party_webrtc_system__wrappers_BUILD.gn
blob: 40fb708a359e471c23b3a0ea0ef194af15a9a1a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/system_wrappers/BUILD.gn.orig	2022-05-19 14:06:27 UTC
+++ third_party/webrtc/system_wrappers/BUILD.gn
@@ -64,8 +64,6 @@ rtc_library("system_wrappers") {
     if (!build_with_chromium) {
       sources += [ "source/cpu_features_linux.cc" ]
     }
-
-    libs += [ "rt" ]
   }
 
   if (is_win) {