From ff0118bdedf27087b2c492b028dd353e9d58a676 Mon Sep 17 00:00:00 2001 From: myfreeer Date: Fri, 19 May 2023 21:03:16 +0800 Subject: [PATCH] build: skip patch --- nginx-build-msys2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-build-msys2.sh b/nginx-build-msys2.sh index 68af1f1..d4e3355 100755 --- a/nginx-build-msys2.sh +++ b/nginx-build-msys2.sh @@ -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