Skip to content

Commit

Permalink
fix: borning_sslのパッチ削除
Browse files Browse the repository at this point in the history
修正済みとなったため

Signed-off-by: Zenichi Amano <crow.misia@gmail.com>
  • Loading branch information
crow-misia committed Sep 19, 2024
1 parent d0940f0 commit 514123a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion build.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ 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
3 changes: 1 addition & 2 deletions build/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ common-patch:
cd $(SRC_DIR) && \
patch -p1 < $(PATCH_DIR)/nacl_armv6_2.patch && \
patch -p2 < $(PATCH_DIR)/4k.patch && \
patch -p2 < $(PATCH_DIR)/add_licenses.patch && \
patch -p2 < $(PATCH_DIR)/borning_ssl_missing_string_header.patch
patch -p2 < $(PATCH_DIR)/add_licenses.patch

.PHONY: common-package
common-package: copy
Expand Down
10 changes: 0 additions & 10 deletions patch/borning_ssl_missing_string_header.patch

This file was deleted.

0 comments on commit 514123a

Please sign in to comment.