Skip to content

Commit b33ffd9

Browse files
committed
Update to the final version of PCRE 8.45
1 parent d9aeeec commit b33ffd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-libgit2-framework.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ function build_libgit2() {
118118
function build_libpcre() {
119119
setup_variables $1
120120

121-
rm -rf pcre-8.44
122-
test -f pcre-8.44.tar.gz || wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz # https://ftp.pcre.org/pub/pcre/pcre2-10.36.tar.gz
123-
tar xzf pcre-8.44.tar.gz
124-
cd pcre-8.44
121+
rm -rf pcre-8.45
122+
test -f pcre-8.45.tar.gz || wget https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz # https://ftp.pcre.org/pub/pcre/pcre2-10.36.tar.gz
123+
tar xzf pcre-8.45.tar.gz
124+
cd pcre-8.45
125125

126126
rm -rf build && mkdir build && cd build
127127
CMAKE_ARGS+=(-DPCRE_BUILD_PCRECPP=NO \

0 commit comments

Comments
 (0)