Skip to content

Commit

Permalink
Musl: remove the zlib patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Aug 27, 2024
1 parent 031282a commit 9cdd9c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions patches/musl/zlib.patch

This file was deleted.

1 change: 0 additions & 1 deletion steps/03-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ esac
case "$TARGET_LIBC" in
musl)
git -C build apply -v "$PATCHES/musl/build.patch"
git -C third_party/zlib apply -v "$PATCHES/musl/zlib.patch"
mkdir -p "build/toolchain/linux/musl"
cp "$PATCHES/musl/toolchain.gn" "build/toolchain/linux/musl/BUILD.gn"
;;
Expand Down

0 comments on commit 9cdd9c7

Please sign in to comment.