Skip to content

Commit

Permalink
fix: 本家で対処されたため、パッチ削除
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Dec 10, 2023
1 parent b9e3ca2 commit 6c3024e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion build/linux-arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/4k_linux.patch && \
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/linux_is_pod_deprecate.patch && \
patch -p2 < $(PATCH_DIR)/linux_clang_optional.patch

.PHONY: build
Expand Down
1 change: 0 additions & 1 deletion build/linux-arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/4k_linux.patch && \
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/linux_is_pod_deprecate.patch && \
patch -p2 < $(PATCH_DIR)/linux_clang_optional.patch

.PHONY: build
Expand Down
1 change: 0 additions & 1 deletion build/linux-x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/4k_linux.patch && \
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/linux_is_pod_deprecate.patch && \
patch -p2 < $(PATCH_DIR)/linux_clang_optional.patch

.PHONY: build
Expand Down
39 changes: 0 additions & 39 deletions patch/linux_is_pod_deprecate.patch

This file was deleted.

0 comments on commit 6c3024e

Please sign in to comment.