Skip to content

Commit ff0118b

Browse files
committed
build: skip patch
1 parent 63ea128 commit ff0118b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx-build-msys2.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ git checkout -b patch
6969
# Since 1.23.4 utf16 encoded pathes are supported natively upstream
7070
# detect function ngx_utf16_to_utf8 introduced since nginx 1.23.4
7171
if [ "$(grep 'ngx_utf16_to_utf8' src/os/win32/ngx_files.c | wc -l)" -ge 2 ]; then
72+
rm -f ../nginx-0002-win32-force-utf-8-encoding-in-ngx_dir_t.patch
7273
rm -f ../nginx-0003-ngx_files-implement-some-functions-in-utf8-encoding.patch
7374
rm -f ../nginx-0004-ngx_files-implement-ngx_open_tempfile-in-utf8-encodi.patch
7475
rm -f ../nginx-0005-ngx_files-implement-ngx_open_glob-and-ngx_read_glob-.patch

0 commit comments

Comments
 (0)