Skip to content

Commit 5d303fd

Browse files
committed
zlibpng.cmd: Pass the zlib patch file to git apply
1 parent 32fa2b4 commit 5d303fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/zlibpng.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
: # The odd choice of comment style in this file is to try to share this script between *nix and win32.
66

77
git clone -b v1.3.1 --depth 1 https://github.com/madler/zlib.git
8-
git apply --ignore-whitespace
8+
cd zlib
9+
git apply --ignore-whitespace ../zlib.patch
10+
cd ..
911
git clone -b v1.6.47 --depth 1 https://github.com/glennrp/libpng.git

0 commit comments

Comments
 (0)