Skip to content

Commit

Permalink
fix: windows環境でパッチ適用していなかった
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Sep 6, 2024
1 parent e73f646 commit 6622a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Push-Location $WEBRTC_DIR
git apply --ignore-whitespace -p 2 $PATCH_DIR\add_licenses.patch
git apply --ignore-whitespace -p 2 $PATCH_DIR\windows_fix_towupper.patch
git apply --ignore-whitespace $PATCH_DIR\windows_fix_abseil.patch
git apply --ignore-whitespace -p 2 $PATCH_DIR\borning_ssl_missing_string_header.patch
Pop-Location
Pop-Location

Expand Down

0 comments on commit 6622a62

Please sign in to comment.