Skip to content

Commit

Permalink
build: skip patch
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed May 19, 2023
1 parent 63ea128 commit ff0118b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx-build-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ git checkout -b patch
# Since 1.23.4 utf16 encoded pathes are supported natively upstream
# detect function ngx_utf16_to_utf8 introduced since nginx 1.23.4
if [ "$(grep 'ngx_utf16_to_utf8' src/os/win32/ngx_files.c | wc -l)" -ge 2 ]; then
rm -f ../nginx-0002-win32-force-utf-8-encoding-in-ngx_dir_t.patch
rm -f ../nginx-0003-ngx_files-implement-some-functions-in-utf8-encoding.patch
rm -f ../nginx-0004-ngx_files-implement-ngx_open_tempfile-in-utf8-encodi.patch
rm -f ../nginx-0005-ngx_files-implement-ngx_open_glob-and-ngx_read_glob-.patch
Expand Down

0 comments on commit ff0118b

Please sign in to comment.