Cleanup
This commit is contained in:
parent
7512f7f017
commit
a23deded22
109 changed files with 376 additions and 68 deletions
3
third-party/boost_regex/BUILD
vendored
3
third-party/boost_regex/BUILD
vendored
|
|
@ -10,7 +10,8 @@ objc_library(
|
|||
"Sources/**/*.hpp",
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"include/boost_regex/*.h",
|
||||
"include/**/*.h",
|
||||
"include/**/*.hpp",
|
||||
], allow_empty=True),
|
||||
includes = [
|
||||
"include",
|
||||
|
|
|
|||
4
third-party/webrtc/BUILD
vendored
4
third-party/webrtc/BUILD
vendored
|
|
@ -3077,7 +3077,7 @@ objc_library(
|
|||
"-DSCTP_PROCESS_LEVEL_LOCKS",
|
||||
"-D__Userspace__",
|
||||
"-D__Userspace_os_Darwin",
|
||||
"-DPACKAGE_VERSION='\"\"'",
|
||||
"-DPACKAGE_VERSION=\\\"\\\"",
|
||||
"-DHAVE_SCTP",
|
||||
"-DWEBRTC_HAVE_DCSCTP",
|
||||
"-DWEBRTC_HAVE_SCTP",
|
||||
|
|
@ -3141,7 +3141,7 @@ objc_library(
|
|||
"-DSCTP_PROCESS_LEVEL_LOCKS",
|
||||
"-D__Userspace__",
|
||||
"-D__Userspace_os_Darwin",
|
||||
"-DPACKAGE_VERSION='\"\"'",
|
||||
"-DPACKAGE_VERSION=\\\"\\\"",
|
||||
"-DHAVE_SCTP",
|
||||
"-DWEBRTC_HAVE_DCSCTP",
|
||||
"-DWEBRTC_HAVE_SCTP",
|
||||
|
|
|
|||
2
third-party/webrtc/libsrtp/BUILD
vendored
2
third-party/webrtc/libsrtp/BUILD
vendored
|
|
@ -113,7 +113,7 @@ cc_library(
|
|||
"-DHAVE_NETINET_IN_H",
|
||||
"-DHAVE_SYS_TYPES_H",
|
||||
"-DHAVE_UNISTD_H",
|
||||
"-DPACKAGE_STRING='\"\"'",
|
||||
"-DPACKAGE_STRING=\\\"\\\"",
|
||||
"-DHAVE_SCTP",
|
||||
"-DWEBRTC_HAVE_DCSCTP",
|
||||
"-DWEBRTC_HAVE_SCTP",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue