fix: webrtc licenses generation (#95)

This commit is contained in:
Théo Monnom
2023-06-25 00:32:47 +02:00
committed by GitHub
parent 0854bb5eb8
commit d4d1171e97
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ then
fi
cd src
git apply "$COMMAND_DIR/patches/add_license_dav1d.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
cd ..