Skip to content

Commit 33444bc

Browse files
committed
build: fix missing extract for pcre2
1 parent e0ee95e commit 33444bc

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
@@ -76,6 +76,7 @@ if grep -q PCRE2_STATIC ./auto/lib/pcre/conf ; then
7676
echo using pcre2
7777
WITH_PCRE="${PCRE2}"
7878
wget -c -nv "https://github.com/PhilipHazel/pcre2/releases/download/${PCRE2}/${PCRE2}.tar.bz2"
79+
tar -xf "${PCRE2}.tar.bz2"
7980
else
8081
wget -c -nv "https://download.sourceforge.net/project/pcre/pcre/$(echo $PCRE | sed 's/pcre-//')/${PCRE}.tar.bz2"
8182
tar -xf "${PCRE}.tar.bz2"

0 commit comments

Comments
 (0)