Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogurotus committed Jan 31, 2024
1 parent 1ae1f10 commit 4299d14
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion build/linux-arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 @@ -37,7 +37,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
40 changes: 0 additions & 40 deletions patch/linux_is_pod_deprecate.patch

This file was deleted.

0 comments on commit 4299d14

Please sign in to comment.