Skip to content

Commit c41a76e

Browse files
committed
fixed the win32 building scripts.
1 parent f3406b5 commit c41a76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/mirror-tarballs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,8 +856,8 @@ mkdir util || exit 1
856856
cp $root/util/package-win32.sh util/ || exit 1
857857
cp $root/util/build-win32.sh util/ || exit 1
858858
cp $root/COPYRIGHT ./ || exit 1
859-
perl bundle/$resty_cli/bin/md2pod.pl $root/doc/README-win32.md | pod2text > README-win32.txt || exit 1
860-
unix2dos README-win32.txt || exit 1
859+
perl bundle/$resty_cli/bin/md2pod.pl $root/doc/README-windows.md | pod2text > README-windows.txt || exit 1
860+
unix2dos README-windows.txt || exit 1
861861
mkdir patches/ || exit 1
862862
cp $root/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch patches/ || exit 1
863863
cp $root/patches/openssl-1.1.0c-sess_set_get_cb_yield.patch patches/ || exit 1

0 commit comments

Comments
 (0)