Skip to content

Commit

Permalink
refactor: add fix_disable_proxy_trace_events.patch to Windows Power…
Browse files Browse the repository at this point in the history
…Shell script
  • Loading branch information
evdokimovs committed Jul 22, 2024
1 parent 10dbf50 commit 6642411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WEBRTC_COMMIT=a18e38fed2307edd6382760213fa3ddf199fa181
# Required for being able to release new versions without waiting for the
# `WEBRTC_VERSION` bump. If absent or is commented out, then no `REVISION` is
# added to the `WEBRTC_VERSION`.
REVISION=1
REVISION=2

PACKAGE_NAMES= \
linux-arm64 \
Expand Down
1 change: 1 addition & 0 deletions build.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ if (!(Test-Path $BUILD_DIR)) {
Exec { gclient sync --with_branch_heads -r $WEBRTC_COMMIT }
Exec { git apply --ignore-space-change -v $PATCH_DIR\add_licenses.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\4k.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\fix_disable_proxy_trace_events.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\webrtc_voice_engine.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\win_dynamic_crt.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\windows_fix_abseil.patch }
Expand Down

0 comments on commit 6642411

Please sign in to comment.