[libdatachannel] Bump to version 0.18.4

This commit is contained in:
Fabio Alessandrelli
2023-05-24 16:41:04 +02:00
parent b7098e7496
commit 826a736176
3 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ def rtc_cmake_config(env):
config["CMAKE_OSX_SYSROOT"] = "iphonesimulator"
elif env["platform"] == "windows":
config["CMAKE_SYSTEM_NAME"] = "Windows"
config["BUILD_WITH_WARNINGS"] = "0" # Disables werror in libsrtp.
return config