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 e0ee95e commit 33444bcCopy full SHA for 33444bc
nginx-build-msys2.sh
@@ -76,6 +76,7 @@ if grep -q PCRE2_STATIC ./auto/lib/pcre/conf ; then
76
echo using pcre2
77
WITH_PCRE="${PCRE2}"
78
wget -c -nv "https://github.com/PhilipHazel/pcre2/releases/download/${PCRE2}/${PCRE2}.tar.bz2"
79
+ tar -xf "${PCRE2}.tar.bz2"
80
else
81
wget -c -nv "https://download.sourceforge.net/project/pcre/pcre/$(echo $PCRE | sed 's/pcre-//')/${PCRE}.tar.bz2"
82
tar -xf "${PCRE}.tar.bz2"
0 commit comments