Index: third_party/usrsctp/BUILD.gn |
diff --git a/third_party/usrsctp/BUILD.gn b/third_party/usrsctp/BUILD.gn |
index 254adceec4fe9c3747b3feeeaca482f3d93b64d9..45567e2e536e50e6e5a1b4f14f092ee53ae0acf0 100644 |
--- a/third_party/usrsctp/BUILD.gn |
+++ b/third_party/usrsctp/BUILD.gn |
@@ -73,13 +73,14 @@ static_library("usrsctp") { |
"usrsctplib/user_socket.c", |
"usrsctplib/user_socketvar.h", |
"usrsctplib/user_uma.h", |
- "usrsctplib/usrsctp.h" |
+ "usrsctplib/usrsctp.h", |
] |
defines = [ |
"SCTP_PROCESS_LEVEL_LOCKS", |
"SCTP_SIMPLE_ALLOCATOR", |
"__Userspace__", |
+ |
# "SCTP_DEBUG", # Uncomment for SCTP debugging. |
] |
@@ -108,6 +109,7 @@ static_library("usrsctp") { |
if (is_win) { |
defines += [ |
"__Userspace_os_Windows", |
+ |
# Manually setting WINVER and _WIN32_WINNT is needed because Chrome |
# sets WINVER to a newer version of windows. But compiling usrsctp |
# this way would is incompatible with windows XP. |