This commit is contained in:
Isaac 2025-07-01 19:38:35 +02:00
parent 7b18685825
commit 21e8bc02ca
6 changed files with 18 additions and 42 deletions

View file

@ -3061,7 +3061,7 @@ objc_library(
"webrtc/rtc_base/system/gcd_helpers.m",
],
copts = [
"-Wno-all",
"-w",
"-Ithird-party/webrtc/webrtc/",
"-Ithird-party/webrtc/webrtc/sdk/objc",
"-Ithird-party/webrtc/webrtc/sdk/objc/base",
@ -3124,7 +3124,7 @@ objc_library(
module_name = "webrtc",
srcs = combined_sources,
copts = [
"-Wno-all",
"-w",
"-Ithird-party/webrtc/libsrtp/third_party/libsrtp/include",
"-Ithird-party/webrtc/libsrtp/third_party/libsrtp/crypto/include",
"-Ithird-party/webrtc/libsrtp",