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 d9aeeec commit b33ffd9Copy full SHA for b33ffd9
build-libgit2-framework.sh
@@ -118,10 +118,10 @@ function build_libgit2() {
118
function build_libpcre() {
119
setup_variables $1
120
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
+ rm -rf pcre-8.45
+ 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
+ tar xzf pcre-8.45.tar.gz
+ cd pcre-8.45
125
126
rm -rf build && mkdir build && cd build
127
CMAKE_ARGS+=(-DPCRE_BUILD_PCRECPP=NO \
0 commit comments