We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ea128 commit ff0118bCopy full SHA for ff0118b
nginx-build-msys2.sh
@@ -69,6 +69,7 @@ git checkout -b patch
69
# Since 1.23.4 utf16 encoded pathes are supported natively upstream
70
# detect function ngx_utf16_to_utf8 introduced since nginx 1.23.4
71
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
73
rm -f ../nginx-0003-ngx_files-implement-some-functions-in-utf8-encoding.patch
74
rm -f ../nginx-0004-ngx_files-implement-ngx_open_tempfile-in-utf8-encodi.patch
75
rm -f ../nginx-0005-ngx_files-implement-ngx_open_glob-and-ngx_read_glob-.patch
0 commit comments