Skip to content

Commit

Permalink
refactor: move fix_disable_proxy_trace_events.patch to common patches
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Jul 18, 2024
1 parent 7ea040f commit a83853c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ common-patch:
&& cd $(SRC_DIR) \
&& patch -p1 < $(PATCH_DIR)/nacl_armv6_2.patch \
&& patch -p2 < $(PATCH_DIR)/add_licenses.patch \
&& patch -p2 < $(PATCH_DIR)/4k.patch
&& patch -p2 < $(PATCH_DIR)/4k.patch \
&& patch -p2 < $(PATCH_DIR)/fix_disable_proxy_trace_events.patch

.PHONY: common-package
common-package: copy
Expand Down
3 changes: 1 addition & 2 deletions build/macos-arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ copy: common-copy
.PHONY: patch
patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/add_yuv_helper_ios_mac.patch && \
patch -p2 < $(PATCH_DIR)/fix_disable_proxy_trace_events.patch
patch -p2 < $(PATCH_DIR)/add_yuv_helper_ios_mac.patch

.PHONY: build
build: patch
Expand Down
3 changes: 1 addition & 2 deletions build/macos-x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ copy: common-copy
.PHONY: patch
patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/add_yuv_helper_ios_mac.patch && \
patch -p2 < $(PATCH_DIR)/fix_disable_proxy_trace_events.patch
patch -p2 < $(PATCH_DIR)/add_yuv_helper_ios_mac.patch

.PHONY: build
build: patch
Expand Down

0 comments on commit a83853c

Please sign in to comment.