This commit is contained in:
Isaac 2025-06-28 19:48:34 +02:00
parent 7512f7f017
commit a23deded22
109 changed files with 376 additions and 68 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",